SecurityEmulator

StockSharp.Algo.Testing.Emulation

金融商品固有のエミュレータ状態。 模倣固有のロジック: チェック→オーダーブック、L1→オーダーブック、キャンドルストレージ、価格制限。

コンストラクター

SecurityEmulator
public SecurityEmulator(MarketEmulator parent, MatchingEngineAdapter engine, SecurityId securityId)
securityEmulator = SecurityEmulator(parent, engine, securityId)

金融商品固有のエミュレータ状態。 模倣固有のロジック: チェック→オーダーブック、L1→オーダーブック、キャンドルストレージ、価格制限。

プロパティ

IsCandleMatchingMode
public bool IsCandleMatchingMode { get; private set; }
value = securityEmulator.IsCandleMatchingMode
securityEmulator.IsCandleMatchingMode = value

注文帳がキャンドルデータからポップアップした時、真に。

メソッド

OnQuoteChange
public void OnQuoteChange()
securityEmulator.OnQuoteChange()

QuoteChange@ が受信された時に呼び出される - 終了キャンドルマッチングモード。