BestByPriceQuotingStrategy

StockSharp.Algo.Strategies.Quoting

最良の価格の引用。この引用では、見積り注文が変更できる、最高の価格@BestPriceOffsetからのシフトを引用しています。

継承元: QuotingStrategy

コンストラクター

BestByPriceQuotingStrategy
public BestByPriceQuotingStrategy()
bestByPriceQuotingStrategy = BestByPriceQuotingStrategy()

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

プロパティ

BestPriceOffset
public Unit BestPriceOffset { get; set; }
value = bestByPriceQuotingStrategy.BestPriceOffset
bestByPriceQuotingStrategy.BestPriceOffset = value

見積り注文が変更できる最高の価格からのシフト。

メソッド

CreateBehavior
protected override IQuotingBehavior CreateBehavior()
result = bestByPriceQuotingStrategy.CreateBehavior()

Create IQuotingBehavior.

戻り値: 担当: 佐藤 宏