Class MarketByPriceBookBase<T>
Represents base class for market by price books.
Implements
System.ICloneable
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
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 |
---|---|
System.Int32 |
LastRptSeq
Sequence number of the last instrument update.
Declaration
public uint LastRptSeq { get; }
Property Value
Type | Description |
---|---|
System.UInt32 |
LastSequenceNumber
Sequence number of the last applied message.
Declaration
public uint LastSequenceNumber { get; }
Property Value
Type | Description |
---|---|
System.UInt32 |
Methods
ToString()
Convert object to string representation.
Declaration
public override string ToString()
Returns
Type | Description |
---|---|
System.String | String representation of an object. |
Overrides
OnixS.CmeMdHandler.BookBase<T>.ToString()
Implements
System.ICloneable