Table of Contents

Class DataTypeInfoMessage

Namespace
StockSharp.Messages
Assembly
StockSharp.Messages.dll

Data types search result message.

[DataContract]
public class DataTypeInfoMessage : BaseSubscriptionIdMessage<DataTypeInfoMessage>, ICloneable<Message>, IMessage, ILocalTimeMessage, ICloneable, ISubscriptionIdMessage, IOriginalTransactionIdMessage
Inheritance
DataTypeInfoMessage
Implements
Inherited Members
Extension Methods

Constructors

DataTypeInfoMessage()

Initializes a new instance of the DataTypeInfoMessage.

public DataTypeInfoMessage()

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

Possible data type.

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

Property Value

DataType

Format

Storage format.

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

Property Value

int

SecurityId

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

Property Value

SecurityId

Methods

CopyTo(DataTypeInfoMessage)

Copy the message into the destination.

public override void CopyTo(DataTypeInfoMessage destination)

Parameters

destination DataTypeInfoMessage

The object, to which copied information.

ToString()

public override string ToString()

Returns

string