Click or drag to resize

OrderBookBase Constructor

Initializes a new instance of the OrderBookBase class

Namespace:  MZpack
Assembly:  MZpackBase (in MZpackBase.dll) Version: 3.16.11.0 (3.16.11.0)
Syntax
C#
public OrderBookBase(
	ITickIndicator Indicator,
	int marketDepth,
	bool multipleMarketMaker
)

Parameters

Indicator
Type: MZpackITickIndicator
marketDepth
Type: SystemInt32
multipleMarketMaker
Type: SystemBoolean
See Also