Class MarketByOrderBook
Represents market by order book.
Implements
Inherited Members
Namespace: OnixS.CmeMdHandler
Assembly: OnixS.CmeMdHandler.dll
Syntax
public class MarketByOrderBook : BookBase<Order>, ICloneable
Properties
Depth
Book depth.
Declaration
public int Depth { get; }
Property Value
| Type | Description |
|---|---|
| int |
LastSequenceNumber
Sequence number of the last applied message.
Declaration
public uint LastSequenceNumber { get; }
Property Value
| Type | Description |
|---|---|
| uint |
Methods
Clone()
Make a clone of an object.
Declaration
public override object Clone()
Returns
| Type | Description |
|---|---|
| object | Cloned object. |
Overrides
GetRegularOrderBook()
Converts market by order book to the regular order book.
Declaration
public RegularOrderBook GetRegularOrderBook()
Returns
| Type | Description |
|---|---|
| RegularOrderBook | Regular order book based on market by order book data. |
ToDetailedString()
Convert object to detailed string representation.
Declaration
public override string ToDetailedString()
Returns
| Type | Description |
|---|---|
| string | Detailed string representation of an object. |