• Version 4.2.7
Show / Hide Table of Contents

Class MarketByPriceBookBase<T>

Represents base class for market by price books.

Inheritance
object
BookBase<T>
MarketByPriceBookBase<T>
ConsolidatedOrderBook
ImpliedOrderBook
RegularOrderBook
Implements
ICloneable
Inherited Members
BookBase<T>.SecurityDefinition
BookBase<T>.SecurityId
BookBase<T>.BookType
BookBase<T>.Bids
BookBase<T>.Asks
BookBase<T>.Clone()
BookBase<T>.ToDetailedString()
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, 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
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.

Overrides
BookBase<T>.ToString()

Implements

ICloneable
In this article
Back to top Copyright © Onix Solutions.
Generated by DocFX