Class AvailableDataRequestMessage
Available data info request.
Inherited Members
Namespace: StockSharp.Algo.Storages.Remote.Messages
Assembly: StockSharp.Algo.dll
Syntax
public class AvailableDataRequestMessage : Message, IExtendableEntity, ISecurityIdMessage, ITransactionIdMessage, IMessage, ICloneable
Constructors
AvailableDataRequestMessage()
Создать AvailableDataRequestMessage.
Declaration
public AvailableDataRequestMessage()
Properties
Format
Format.
Declaration
public Nullable<StorageFormats> Format { get; set; }
Property Value
Type | Description |
---|---|
Nullable<StorageFormats> |
RequestDataType
Тип данных.
Declaration
public DataType RequestDataType { get; set; }
Property Value
Type | Description |
---|---|
DataType |
SecurityId
Security ID.
Declaration
public SecurityId SecurityId { get; set; }
Property Value
Type | Description |
---|---|
SecurityId |
TransactionId
Идентификатор запроса.
Declaration
public long TransactionId { get; set; }
Property Value
Type | Description |
---|---|
Int64 |
Methods
Clone()
Создать копию AvailableDataRequestMessage.
Declaration
public override Message Clone()
Returns
Type | Description |
---|---|
Message | Копия объекта. |
Overrides
ToString()
Declaration
public override string ToString()
Returns
Type | Description |
---|---|
String |