forwardValidate(T) Method (MarketByPriceBookBase(T))   Table of ContentPacket Classforward
OrderIdsReceivedHandler Delegate
Encapsulates a method which is called when an orders ids were received.

Namespace:  OnixS.CmeMdHandler
Assembly:  OnixS.CmeMdHandler-net-4.7 (in OnixS.CmeMdHandler-net-4.7.dll) Version: 3.16.1.0 (3.16.1.0)
Syntax
C#
public delegate void OrderIdsReceivedHandler(
	Handler handler,
	int tradeIndex,
	IGroup entries,
	int startIndex,
	int count
)

Parameters

handler
Type: OnixS.CmeMdHandler.Handler
Handler which caused event.
tradeIndex
Type: System.Int32
Trade index.
entries
Type: OnixS.SimpleBinaryEncoding.IGroup
Group, which contains id entries.
startIndex
Type: System.Int32
Ids start index.
count
Type: System.Int32
Ids count.
See Also