Class RegularPriceLevel
Represents regular (direct) price level.
Namespace: OnixS.CmeMdHandler
Assembly: OnixS.CmeMdHandler.dll
Syntax
public class RegularPriceLevel : ImpliedPriceLevel
Properties
NumberOfOrders
Gets number of orders in price level.
Declaration
public int NumberOfOrders { get; }
Property Value
Type | Description |
---|---|
System.Int32 |
Methods
Clone()
Make a clone of an object.
Declaration
public override object Clone()
Returns
Type | Description |
---|---|
System.Object | Cloned object. |
Overrides
ToString()
Convert object to string representation.
Declaration
public override string ToString()
Returns
Type | Description |
---|---|
System.String | String representation of an object. |