SizingGlobalService

Global service for sizing operations.

Wraps SizingConnectionService for position size calculation. Used internally by strategy execution and public API.

constructor();
loggerService: any
sizingConnectionService: any
sizingValidationService: any
calculate: (params: ISizingCalculateParams, context: { sizingName: string; }) => Promise<number>

Calculates position size based on risk parameters.