QuoteChange

StockSharp.Messages

Market depth quote representing bid or ask.

Constructors

QuoteChange(decimal, decimal, int?, QuoteConditions)

Market depth quote representing bid or ask.

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

Properties

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.

Methods

ToString() : string

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

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