Table of Contents

Class AvailableDataRequestMessage

Namespace
StockSharp.Messages
Assembly
StockSharp.Messages.dll

Available data info request.

public class AvailableDataRequestMessage : Message, IMessage, ILocalTimeMessage, ICloneable, ISecurityIdMessage, ITransactionIdMessage
Inheritance
AvailableDataRequestMessage
Implements
Inherited Members
Extension Methods

Constructors

AvailableDataRequestMessage()

Initializes a new instance of the AvailableDataRequestMessage.

public AvailableDataRequestMessage()

Properties

Format

Format.

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

Property Value

int?

IncludeDates

Include dates.

[DataMember]
public bool IncludeDates { get; set; }

Property Value

bool

RequestDataType

Data type info.

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

Property Value

DataType

SecurityId

Security ID.

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

Property Value

SecurityId

TransactionId

Request identifier.

[DataMember]
public long TransactionId { get; set; }

Property Value

long

Methods

Clone()

Create a copy of AvailableDataRequestMessage.

public override Message Clone()

Returns

Message

Copy.

ToString()

public override string ToString()

Returns

string