Level2EventArgs Constructor |
Namespace: ArthaChitra.Model.IOAssembly: ArthaChitra.Core (in ArthaChitra.Core.dll) Version: 2.0.3.0
Syntax public Level2EventArgs(
IInstrument instrument,
Operation operation,
int position,
DateTime time,
double price,
double volume,
short noOfOrders,
MarketDataType marketDataType
)
Parameters
- instrument IInstrument
-
- operation Operation
-
- position Int32
-
- time DateTime
-
- price Double
-
- volume Double
-
- noOfOrders Int16
-
- marketDataType MarketDataType
-
See Also