Class TimeQuoteChange
- Namespace
- StockSharp.Algo
- Assembly
- StockSharp.Algo.dll
The quote with the time mark. It used for CSV files.
public class TimeQuoteChange : IServerTimeMessage, ISecurityIdMessage- Inheritance
- 
      
      TimeQuoteChange
- Implements
- Inherited Members
- Extension Methods
Constructors
TimeQuoteChange()
Initializes a new instance of the TimeQuoteChange.
public TimeQuoteChange()TimeQuoteChange(Sides, QuoteChange, QuoteChangeMessage)
Initializes a new instance of the TimeQuoteChange.
public TimeQuoteChange(Sides side, QuoteChange quote, QuoteChangeMessage message)Parameters
- sideSides
- Direction (buy or sell). 
- quoteQuoteChange
- The quote, from which changes will be copied. 
- messageQuoteChangeMessage
- The message with quotes. 
Properties
LocalTime
The local time mark.
public DateTimeOffset LocalTime { get; set; }Property Value
Quote
Market depth quote representing bid or ask.
public QuoteChange Quote { get; set; }Property Value
SecurityId
Security ID.
public SecurityId SecurityId { get; set; }Property Value
ServerTime
Server time.
public DateTimeOffset ServerTime { get; set; }Property Value
Side
Direction (buy or sell).
public Sides Side { get; set; }