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

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

戻り値: Строковое представление.