Table of Contents

Interface IOrderBookMessage

Namespace
StockSharp.Messages
Assembly
StockSharp.Messages.dll

Interface describes an order book message.

public interface IOrderBookMessage : ISecurityIdMessage, ISeqNumMessage, IServerTimeMessage, IGeneratedMessage, ICurrencyMessage, ILocalTimeMessage, ICloneable
Inherited Members
Extension Methods

Properties

Asks

Quotes to sell.

QuoteChange[] Asks { get; }

Property Value

QuoteChange[]

Bids

Quotes to buy.

QuoteChange[] Bids { get; }

Property Value

QuoteChange[]

State

Order book state.

QuoteChangeStates? State { get; set; }

Property Value

QuoteChangeStates?