Class ConsolidatedOrderBook
Represents consolidated order book.
Inheritance
ConsolidatedOrderBook
Implements
Inherited Members
Namespace: OnixS.CmeMdHandler
Assembly: OnixS.CmeMdHandler.dll
Syntax
public class ConsolidatedOrderBook : MarketByPriceBookBase<ImpliedPriceLevel>, ICloneable
Methods
Clone()
Make a clone of current object.
Declaration
public override object Clone()
Returns
| Type | Description |
|---|---|
| object | Clone of current object. |
Overrides
ToDetailedString()
Convert object to detailed string representation.
Declaration
public override string ToDetailedString()
Returns
| Type | Description |
|---|---|
| string | Detailed string representation of an object. |