Class Order
Represents a single order for market by order book.
Namespace: OnixS.CmeMdHandler
Assembly: OnixS.CmeMdHandler.dll
Syntax
public class Order : ImpliedPriceLevel
Properties
OrderId
Gets order id.
Declaration
public ulong OrderId { get; }
Property Value
Type | Description |
---|---|
System.UInt64 |
OrderPriority
Gets order priority.
Declaration
public ulong OrderPriority { get; }
Property Value
Type | Description |
---|---|
System.UInt64 |
Methods
Clone()
Make a clone of current object.
Declaration
public override object Clone()
Returns
Type | Description |
---|---|
System.Object | Clone of current object. |
Overrides
ToString()
Convert object to string representation.
Declaration
public override string ToString()
Returns
Type | Description |
---|---|
System.String | String representation of an object. |