RemoteFileCommandMessage

StockSharp.Messages

リモートファイルコマンド。

継承元: CommandMessage

実装: ISecurityIdMessage, IFileMessage, IOriginalTransactionIdMessage

コンストラクター

RemoteFileCommandMessage
public RemoteFileCommandMessage()
remoteFileCommandMessage = RemoteFileCommandMessage()

RemoteFileCommandMessage の新規インスタンスを初期化します。

プロパティ

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

ファイルボディ。

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

市場データ型。

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

ストレージ形式。

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

ノードキーから。

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

担当: 佐藤 宏

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

ノードキーへ。

メソッド

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

コピーの作成RemoteFileCommandMessage

戻り値: コピー

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

ライン表現に換算します。

戻り値: 弦のパフォーマンス。