Table of Contents

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

side Sides

Direction (buy or sell).

quote QuoteChange

The quote, from which changes will be copied.

message QuoteChangeMessage

The message with quotes.

Properties

LocalTime

The local time mark.

public DateTimeOffset LocalTime { get; set; }

Property Value

DateTimeOffset

Quote

Market depth quote representing bid or ask.

public QuoteChange Quote { get; set; }

Property Value

QuoteChange

SecurityId

Security ID.

public SecurityId SecurityId { get; set; }

Property Value

SecurityId

ServerTime

Server time.

public DateTimeOffset ServerTime { get; set; }

Property Value

DateTimeOffset

Side

Direction (buy or sell).

public Sides Side { get; set; }

Property Value

Sides