Table of Contents

Class AvailableDataInfoMessage

Namespace
StockSharp.Messages
Assembly
StockSharp.Messages.dll

Available data info message.

public class AvailableDataInfoMessage : BaseSubscriptionIdMessage<AvailableDataInfoMessage>, IMessage, ILocalTimeMessage, ICloneable, ISubscriptionIdMessage, IOriginalTransactionIdMessage, ISecurityIdMessage
Inheritance
AvailableDataInfoMessage
Implements
Inherited Members
Extension Methods

Constructors

AvailableDataInfoMessage()

Initializes a new instance of the AvailableDataInfoMessage.

public AvailableDataInfoMessage()

Properties

DataType

Data type info.

public override DataType DataType { get; }

Property Value

DataType

Dates

Dates.

[DataMember]
public DateTime[] Dates { get; set; }

Property Value

DateTime[]

FileDataType

Market data type.

[DataMember]
public DataType FileDataType { get; set; }

Property Value

DataType

Format

Storage format.

[DataMember]
public int Format { get; set; }

Property Value

int

SecurityId

Security ID.

[DataMember]
public SecurityId SecurityId { get; set; }

Property Value

SecurityId

Methods

Clone()

Create a copy of AvailableDataInfoMessage.

public override Message Clone()

Returns

Message

Copy.

ToString()

public override string ToString()

Returns

string