Book.GetPriceLevels Method |
Returns price levels in "natural" order.
Namespace:
OnixS.NET.ICE.iMpact
Assembly:
OnixS.IceImpactMulticastPriceFeedHandlerNet-4.8_x64 (in OnixS.IceImpactMulticastPriceFeedHandlerNet-4.8_x64.dll) Version: 4.17.0.0
Syntax public IList<PriceLevel> GetPriceLevels(
Side side
)
Parameters
- side
- Type: OnixS.NET.ICE.iMpact.Side
Defines whether bids or offers should be returned.
Return Value
Type:
IList<
PriceLevel>
Price levels in "natural" order.
See Also