Level1EventArgs Constructor |
Constructor for real time data event args
Namespace: ArthaChitra.Model.IOAssembly: ArthaChitra.Core (in ArthaChitra.Core.dll) Version: 2.0.3.0
Syntax public Level1EventArgs(
IInstrument instrument,
DateTime time,
double price,
double volume,
MarketDataType marketDataType,
bool canAppend = false
)
Parameters
- instrument IInstrument
- instrument
- time DateTime
- time
- price Double
- price
- volume Double
- volume
- marketDataType MarketDataType
- market data type
- canAppend Boolean (Optional)
See Also