forwardRegularOrderBookChangedHandler Delegate   Table of ContentRegularPriceLevel Propertiesforward
RegularPriceLevel Class
Represents regular (direct) price level.
Inheritance Hierarchy
System.Object
  OnixS.CmeMdHandler.ImpliedPriceLevel
    OnixS.CmeMdHandler.RegularPriceLevel

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 RegularPriceLevel : ImpliedPriceLevel

The RegularPriceLevel 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 propertyNumberOfOrders
Gets number of orders in price level.
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 an 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