Class MarketByPriceBookBase<T>
Represents base class for market by price books.
Implements
Inherited Members
Namespace: OnixS.CmeMdHandler
Assembly: OnixS.CmeMdHandler.dll
Syntax
public abstract class MarketByPriceBookBase<T> : BookBase<T>, ICloneable where T : ImpliedPriceLevel
Type Parameters
| Name | Description |
|---|---|
| T | Price level type. |
Properties
Depth
Gets book depth.
Declaration
public int Depth { get; }
Property Value
| Type | Description |
|---|---|
| int |
LastRptSeq
Sequence number of the last instrument update.
Declaration
public uint LastRptSeq { get; }
Property Value
| Type | Description |
|---|---|
| uint |
LastSequenceNumber
Sequence number of the last applied message.
Declaration
public uint LastSequenceNumber { get; }
Property Value
| Type | Description |
|---|---|
| uint |
Methods
ToString()
Convert object to string representation.
Declaration
public override string ToString()
Returns
| Type | Description |
|---|---|
| string | String representation of an object. |