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
Bids
Quotes to buy.
QuoteChange[] Bids { get; }
Property Value
State
Order book state.
QuoteChangeStates? State { get; set; }