QuoteChange
StockSharp.Messages
Cotação de mercado que representa oferta ou pergunta.
Construtores
QuoteChange
public QuoteChange(decimal price, decimal volume, int? ordersCount, QuoteConditions condition)
quoteChange = QuoteChange(price, volume, ordersCount, condition)
Cotação de mercado que representa oferta ou pergunta.
- price
- Preço de citação.
- volume
- Volume de citação.
- ordersCount
- As ordens contam.
- condition
- Condição de citação.
Propriedades
Action
public QuoteChangeActions? Action { get; set; }
value = quoteChange.Action
quoteChange.Action = value
Mudar de acção.
BoardCode
public string BoardCode { get; set; }
value = quoteChange.BoardCode
quoteChange.BoardCode = value
Código da placa electrónica.
Condition
public QuoteConditions Condition { get; set; }
value = quoteChange.Condition
quoteChange.Condition = value
Condição de citação.
EndPosition
public int? EndPosition { get; set; }
value = quoteChange.EndPosition
quoteChange.EndPosition = value
Posição final, relacionada com a Acção.
InnerQuotes
public QuoteChange[] InnerQuotes { get; set; }
value = quoteChange.InnerQuotes
quoteChange.InnerQuotes = value
Coleta de citações fechadas, que são combinadas em uma única citação.
OrdersCount
public int? OrdersCount { get; set; }
value = quoteChange.OrdersCount
quoteChange.OrdersCount = value
As ordens contam.
Price
public decimal Price { get; set; }
value = quoteChange.Price
quoteChange.Price = value
Preço de citação.
StartPosition
public int? StartPosition { get; set; }
value = quoteChange.StartPosition
quoteChange.StartPosition = value
Iniciar posição, relacionada com a acção.
Volume
public decimal Volume { get; set; }
value = quoteChange.Volume
quoteChange.Volume = value
Volume de citação.
Métodos
ToString
public override string ToString()
result = quoteChange.ToString()
Converter para uma representação de linha.
Retorna: Desempenho de cordas.