| OnMarketDepthDelegate Delegate |
Delegate for market depth data handler of a strategy. See OnMarketDepthHandler property of MZpackStrategyBase class.
Namespace:
MZpack.NT8.Algo
Assembly:
MZpack.NT8.Pro (in MZpack.NT8.Pro.dll) Version: 3.18.1.0 (3.18.1.0)
Syntax public delegate void OnMarketDepthDelegate(
MarketDepthEventArgs e,
int currentBarIdx
)
Parameters
- e
- Type: MarketDepthEventArgs
- currentBarIdx
- Type: SystemInt32
See Also