forwardNoDataOnFeedReceivedHandler Delegate   Table of ContentOrder Propertiesforward
Order Class
Represents a single order for market by order book.
Inheritance Hierarchy
System.Object
  OnixS.CmeMdHandler.ImpliedPriceLevel
    OnixS.CmeMdHandler.Order

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 class Order : ImpliedPriceLevel

The Order type exposes the following members.

Properties
  NameDescription
Public propertyExist
Get indicator if price level exist. Used in natural refresh mode, to detect if price level has actual data.
(Inherited from ImpliedPriceLevel.)
Public propertyOrderId
Gets order id.
Public propertyOrderPriority
Gets order priority.
Public propertyPrice
Gets price.
(Inherited from ImpliedPriceLevel.)
Public propertyQuantity
Gets price level quantity.
(Inherited from ImpliedPriceLevel.)
Top
Methods
  NameDescription
Public methodClone
Make a clone of current object.
(Overrides ImpliedPriceLevel.Clone().)
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString
Convert object to string representation.
(Overrides ImpliedPriceLevel.ToString().)
Top
See Also