forwardImpliedOrderBookChangedHandler Delegate   Table of ContentImpliedPriceLevel Propertiesforward
ImpliedPriceLevel Class
Represents implied price level.
Inheritance Hierarchy
System.Object
  OnixS.CmeMdHandler.ImpliedPriceLevel
    OnixS.CmeMdHandler.Order
    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 ImpliedPriceLevel : ICloneable

The ImpliedPriceLevel 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.
Public propertyPrice
Gets price.
Public propertyQuantity
Gets price level quantity.
Top
Methods
  NameDescription
Public methodClone
Make a clone of an object.
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 Object.ToString().)
Top
See Also