Table of Contents

Enum MarketDepthColumns

Namespace
StockSharp.Xaml
Assembly
StockSharp.Xaml.dll

Columns of order book window.

public enum MarketDepthColumns
Extension Methods

Fields

Board = 5

Board.

Buy = 1

The amount of bid.

OrdersCountBuy = 7

Orders (bids).

OrdersCountSell = 8

Orders (asks).

OwnBuy = 0

The own amount of bid (+ stop amount to buy).

OwnSell = 4

The own amount of ask (+ stop amount to sale).

Price = 2

Price.

Sell = 3

The amount of ask.

Volume = 6

Volume.