Click or drag to resize

InstrumentLevel2Callback Method


Namespace: ArthaChitra.Model.Data
Assembly: ArthaChitra.Core (in ArthaChitra.Core.dll) Version: 2.0.4.0
Syntax
C#
public void Level2Callback(
	Operation operation,
	int position,
	DateTime time,
	double price,
	double volume,
	short noOfOrders,
	MarketDataType marketDataType
)

Parameters

operation  Operation
 
position  Int32
 
time  DateTime
 
price  Double
 
volume  Double
 
noOfOrders  Int16
 
marketDataType  MarketDataType
 
See Also