TimeQuoteChange
StockSharp.Algo
The quote with the time mark. It used for CSV files.
Implements: IServerTimeMessage, ISecurityIdMessage
Constructors
TimeQuoteChange
public TimeQuoteChange()
timeQuoteChange = TimeQuoteChange()
Initializes a new instance of the TimeQuoteChange.
TimeQuoteChange
public TimeQuoteChange(Sides side, QuoteChange quote, QuoteChangeMessage message)
timeQuoteChange = TimeQuoteChange(side, quote, message)
Initializes a new instance of the TimeQuoteChange.
- side
- Direction (buy or sell).
- quote
- The quote, from which changes will be copied.
- message
- The message with quotes.
Properties
LocalTime
public DateTime LocalTime { get; set; }
value = timeQuoteChange.LocalTime
timeQuoteChange.LocalTime = value
The local time mark.
Quote
public QuoteChange Quote { get; set; }
value = timeQuoteChange.Quote
timeQuoteChange.Quote = value
Market depth quote representing bid or ask.
SecurityId
public SecurityId SecurityId { get; set; }
value = timeQuoteChange.SecurityId
timeQuoteChange.SecurityId = value
Security ID.
ServerTime
public DateTime ServerTime { get; set; }
value = timeQuoteChange.ServerTime
timeQuoteChange.ServerTime = value
Server time.
Side
public Sides Side { get; set; }
value = timeQuoteChange.Side
timeQuoteChange.Side = value
Direction (buy or sell).