Click or drag to resize

InstrumentLevel1Callback Method


Namespace: ArthaChitra.Model.Data
Assembly: ArthaChitra.Core (in ArthaChitra.Core.dll) Version: 2.0.4.0
Syntax
C#
public void Level1Callback(
	DateTime time,
	double price,
	double volume,
	MarketDataType marketDataType,
	bool canAppend = false
)

Parameters

time  DateTime
 
price  Double
 
volume  Double
 
marketDataType  MarketDataType
 
canAppend  Boolean  (Optional)
 
See Also