Click or drag to resize

Level1EventArgs Constructor

Constructor for real time data event args

Namespace: ArthaChitra.Model.IO
Assembly: ArthaChitra.Core (in ArthaChitra.Core.dll) Version: 2.0.3.0
Syntax
C#
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