forwardToString Method    Table of ContentBookBase(T) Propertiesforward
BookBase<T> Class
Represents base class for order books.
Inheritance Hierarchy

Namespace:  OnixS.CmeMdHandler
Assembly:  OnixS.CmeMdHandler-net-4.7 (in OnixS.CmeMdHandler-net-4.7.dll) Version: 3.16.1.0 (3.16.1.0)
Syntax
C#
public abstract class BookBase<T> : ICloneable
where T : ImpliedPriceLevel

Type Parameters

T
Price level type.

The BookBase<T> type exposes the following members.

Properties
  NameDescription
Public propertyAsks
Gets asks collection.
Public propertyBids
Gets bids collection.
Public propertyBookType
Gets book type.
Public propertySecurityDefinition
Gets security definition.
Public propertySecurityId
Gets security id.
Top
Methods
  NameDescription
Public methodClone
Make a clone of current object.
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToDetailedString
Convert object to detailed string representation.
Public methodToString
Convert object to string representation.
(Overrides Object.ToString().)
Top
See Also