IOrderBook InterfaceTable of ContentIOrderBook Methods

The IOrderBook type exposes the following members.

Methods

  NameDescription
Public methodClone
Creates a new object that is a deep copy of the current instance.
Public methodToDetailedString
Returns the detailed string representation of the order book.

Properties

  NameDescription
Public propertyAsks
Ask price levels.
Public propertyBids
Bid price levels.
Public propertyDepth
Depth of the order books.
Public propertyHighTradePrice
Trading Session High Price.
Public propertyLastTradePrice
Price of the last trade.
Public propertyLastTradeQuantity
Quantity of the last trade.
Public propertyLastTradingSessionId
Last Trading Session Id
Public propertyLowTradePrice
Trading Session Low Price.
Public propertySecurityId
Security ID.
Public propertyType
Order book type.

See Also