QuoteChange

StockSharp.Messages

Market depth quote representing bid or ask.

Constructores

QuoteChange(decimal, decimal, int?, QuoteConditions)

Market depth quote representing bid or ask.

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

Propiedades

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.

Métodos

ToString() : string

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

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