Table of Contents

Class DataTypeLookupMessage

Namespace
StockSharp.Messages
Assembly
StockSharp.Messages.dll

Message to request supported data types.

[DataContract]
public class DataTypeLookupMessage : BaseRequestMessage, ICloneable<Message>, ISubscriptionMessage, ITransactionIdMessage, IOriginalTransactionIdMessage, IMessage, ILocalTimeMessage, ICloneable, ISecurityIdMessage
Inheritance
DataTypeLookupMessage
Implements
Inherited Members
Extension Methods

Constructors

DataTypeLookupMessage()

Initializes a new instance of the DataTypeLookupMessage.

public DataTypeLookupMessage()

Properties

DataType

Data type info.

public override DataType DataType { get; }

Property Value

DataType

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

Methods

Clone()

Create a copy of DataTypeLookupMessage.

public override Message Clone()

Returns

Message

Copy.