TimeQuoteChange
StockSharp.Algo
A citação com a marca de tempo. Ela foi usada para os arquivos CSV.
Implementa: IServerTimeMessage, ISecurityIdMessage
Construtores
TimeQuoteChange
public TimeQuoteChange()
timeQuoteChange = TimeQuoteChange()
Inicializa uma nova instância do TimeQuoteChange.
TimeQuoteChange
public TimeQuoteChange(Sides side, QuoteChange quote, QuoteChangeMessage message)
timeQuoteChange = TimeQuoteChange(side, quote, message)
Inicializa uma nova instância do TimeQuoteChange.
- side
- Direcção (compra ou venda).
- quote
- A citação, a partir da qual as alterações serão copiadas.
- message
- A mensagem com aspas.
Propriedades
LocalTime
public DateTime LocalTime { get; set; }
value = timeQuoteChange.LocalTime
timeQuoteChange.LocalTime = value
O horário local.
Quote
public QuoteChange Quote { get; set; }
value = timeQuoteChange.Quote
timeQuoteChange.Quote = value
Cotação de mercado que representa oferta ou pergunta.
SecurityId
public SecurityId SecurityId { get; set; }
value = timeQuoteChange.SecurityId
timeQuoteChange.SecurityId = value
SecurityId
ServerTime
public DateTime ServerTime { get; set; }
value = timeQuoteChange.ServerTime
timeQuoteChange.ServerTime = value
Hora do servidor.
Side
public Sides Side { get; set; }
value = timeQuoteChange.Side
timeQuoteChange.Side = value
Direcção (compra ou venda).