Const
Scoped service for method context propagation.
Uses di-scoped for implicit context passing without explicit parameters. Context includes strategyName, exchangeName, and frameName.
Used by PublicServices to inject schema names into ConnectionServices.
MethodContextService.runAsyncIterator( backtestGenerator, { strategyName: "my-strategy", exchangeName: "my-exchange", frameName: "1d-backtest" }); Copy
MethodContextService.runAsyncIterator( backtestGenerator, { strategyName: "my-strategy", exchangeName: "my-exchange", frameName: "1d-backtest" });
Scoped service for method context propagation.
Uses di-scoped for implicit context passing without explicit parameters. Context includes strategyName, exchangeName, and frameName.
Used by PublicServices to inject schema names into ConnectionServices.