forwardBook Methods   Table of ContentGetPriceLevels Method forward
Book.GetOrders Method
Returns all bids or offers for the market to which book belongs to. Market identifier is passes together with book reference in an appropriate callback. This member is supported for FOD books only. In case of book of TOP5PL type exception will be thrown.

Namespace:  OnixS.NET.ICE.iMpact
Assembly:  OnixS.IceImpactMulticastPriceFeedHandlerNet-4.7.2_x64 (in OnixS.IceImpactMulticastPriceFeedHandlerNet-4.7.2_x64.dll) Version: 4.16.0.0
Syntax
C#
public IList<Order> GetOrders(
	Side side
)

Parameters

side
Type: OnixS.NET.ICE.iMpact.Side
Defines whether bids or offers should be returned.

Return Value

Type: IList<Order>
All bids or offers for the market to which book belongs to.
See Also