EmulationStateMessage
StockSharp.Messages
エミュレータの状態の変更について通知するメッセージ。
継承元: Message
実装: IErrorMessage
コンストラクター
EmulationStateMessage
public EmulationStateMessage()
emulationStateMessage = EmulationStateMessage()
EmulationStateMessage の新規インスタンスを初期化します。
プロパティ
Error
public Exception Error { get; set; }
value = emulationStateMessage.Error
emulationStateMessage.Error = value
データプロセスエラー。
StartDate
public DateTime StartDate { get; set; }
value = emulationStateMessage.StartDate
emulationStateMessage.StartDate = value
紙取引を始めるための歴史の日付。
State
public ChannelStates State { get; set; }
value = emulationStateMessage.State
emulationStateMessage.State = value
状態。
StopDate
public DateTime StopDate { get; set; }
value = emulationStateMessage.StopDate
emulationStateMessage.StopDate = value
紙取引を中止する歴史の日付(日付が含まれている)。
メソッド
Clone
public override Message Clone()
result = emulationStateMessage.Clone()
コピーの作成EmulationStateMessage
戻り値: コピー