forwardToString Method    Table of ContentBitmapField Classforward
BestBidOfferTrackingParameters Enumeration
Describes which price level parameters will be used to track best bids and best asks.

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#
[FlagsAttribute]
public enum BestBidOfferTrackingParameters
Members
  Member nameValueDescription
None0 Best bids and asks will not be tracked.
Price1 Price will be used to track best bids and best asks.
Quantity2 Quantity will be used to track best bids and best asks.
OrdersCount4 Orders count will be used to track best bids and best asks.
OrderId5 Order id for Market by Order Book.
All7 Price, quantity, orders count and order id will be used to track best bids and best asks.
See Also