forwardValidate Method (MarketByOrderBook)   Table of ContentOrderIdsReceivedHandler Delegateforward
OrderBookUtils.Validate<T> Method (MarketByPriceBookBase<T>)
Validates Market by Price order book.

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 static void Validate<T>(
	MarketByPriceBookBase<T> book
)
where T : ImpliedPriceLevel

Parameters

book
Type: OnixS.CmeMdHandler.MarketByPriceBookBase<T>
Order book to validate.

Type Parameters

T
Type of price level.
See Also