Class ImpliedPriceLevel
Represents implied price level.
Namespace: OnixS.CmeMdHandler
Assembly: OnixS.CmeMdHandler.dll
Syntax
public class ImpliedPriceLevel : ICloneable
Properties
Exist
Get indicator if price level exist. Used in natural refresh mode, to detect if price level has actual data.
Declaration
public bool Exist { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
Price
Gets price.
Declaration
public decimal Price { get; }
Property Value
Type | Description |
---|---|
System.Decimal |
Quantity
Gets price level quantity.
Declaration
public int Quantity { get; }
Property Value
Type | Description |
---|---|
System.Int32 |
Methods
Clone()
Make a clone of an object.
Declaration
public virtual object Clone()
Returns
Type | Description |
---|---|
System.Object | Cloned object. |
ToString()
Convert object to string representation.
Declaration
public override string ToString()
Returns
Type | Description |
---|---|
System.String | String representation of an object. |