RemoteFileCommandMessage

StockSharp.Messages

Remote file command.

Inherits: CommandMessage

Implements: ISecurityIdMessage, IFileMessage, IOriginalTransactionIdMessage

Constructors

RemoteFileCommandMessage
public RemoteFileCommandMessage()
remoteFileCommandMessage = RemoteFileCommandMessage()

Initializes a new instance of the RemoteFileCommandMessage.

Properties

Body
public byte[] Body { get; set; }
value = remoteFileCommandMessage.Body
remoteFileCommandMessage.Body = value

File body.

FileDataType
public DataType FileDataType { get; set; }
value = remoteFileCommandMessage.FileDataType
remoteFileCommandMessage.FileDataType = value

Market data type.

Format
public int Format { get; set; }
value = remoteFileCommandMessage.Format
remoteFileCommandMessage.Format = value

Storage format.

From
public override DateTime? From { get; set; }
value = remoteFileCommandMessage.From
remoteFileCommandMessage.From = value

Start date, from which data needs to be retrieved.

SecurityId
public SecurityId SecurityId { get; set; }
value = remoteFileCommandMessage.SecurityId
remoteFileCommandMessage.SecurityId = value

Security ID.

To
public override DateTime? To { get; set; }
value = remoteFileCommandMessage.To
remoteFileCommandMessage.To = value

End date, until which data needs to be retrieved.

Methods

Clone
public override Message Clone()
result = remoteFileCommandMessage.Clone()

Create a copy of RemoteFileCommandMessage.

Returns: Copy.

ToString
public override string ToString()
result = remoteFileCommandMessage.ToString()

Преобразовать к строковому представлению.

Returns: Строковое представление.