RemoteFileCommandMessage

StockSharp.Messages

Remote File Command.

Erbt von: CommandMessage

Implementiert: ISecurityIdMessage, IFileMessage, IOriginalTransactionIdMessage

Konstruktoren

RemoteFileCommandMessage
public RemoteFileCommandMessage()
remoteFileCommandMessage = RemoteFileCommandMessage()

Initialisiert eine neue Instanz von RemoteFileCommandMessage.

Eigenschaften

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

Aktenkörper.

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

Art der Marktdaten.

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

Speicherformat.

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

Vom Knotenschlüssel.

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

SecurityId

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

Zum Knotenschlüssel.

Methoden

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

Erstellen Sie eine Kopie von RemoteFileCommandMessage.

Rückgabe: Kopie.

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

Konvertieren Sie in eine Liniendarstellung.

Rückgabe: String-Leistung.