QuoteChange

StockSharp.Messages

Market depth quote representing bid or ask.

构造函数

QuoteChange(decimal, decimal, int?, QuoteConditions)

Market depth quote representing bid or ask.

price
Quote price.
volume
Quote volume.
ordersCount
Orders count.
condition
Quote condition.

属性

Action : QuoteChangeActions?

Change action.

BoardCode : string

Electronic board code.

Condition : QuoteConditions

Quote condition.

EndPosition : int?

End position, related for Action.

InnerQuotes : QuoteChange[]

Collection of enclosed quotes, which are combined into a single quote.

OrdersCount : int?

Orders count.

Price : decimal

Quote price.

StartPosition : int?

Start position, related for Action.

Volume : decimal

Quote volume.

方法

ToString() : string

Преобразовать к строковому представлению.

返回值: Строковое представление.