Click or drag to resize

OrderBookBaseGetVolume Method (Double, Double, TradeSide)

Namespace:  MZpack
Assembly:  MZpackBase (in MZpackBase.dll) Version: 3.16.11.0 (3.16.11.0)
Syntax
C#
public long GetVolume(
	double startPrice,
	double stopPrice,
	TradeSide side
)

Parameters

startPrice
Type: SystemDouble
stopPrice
Type: SystemDouble
side
Type: MZpackTradeSide

Return Value

Type: Int64
See Also