Enum MarketDepthColumns
- Namespace
- StockSharp.Xaml
- Assembly
- StockSharp.Xaml.dll
Columns of order book window.
public enum MarketDepthColumns
- Extension Methods
Fields
Board = 5Board.
Buy = 1The amount of bid.
OrdersCount = 9Orders.
OrdersCountBuy = 7Orders (bids).
OrdersCountSell = 8Orders (asks).
Own = 10The own amount.
OwnBuy = 0The own amount of bid (+ stop amount to buy).
OwnSell = 4The own amount of ask (+ stop amount to sale).
Price = 2Price.
Sell = 3The amount of ask.
Volume = 6Volume.