Implements ISizing
Client implementation for position sizing calculation.
Features:
Used by strategy execution to determine optimal position sizes.
constructor(params: ISizingParams);
params: ISizingParams
calculate(params: ISizingCalculateParams): Promise<number>;
Calculates position size based on configured method and constraints.