TheorPriceQuotingStrategy
StockSharp.Algo.Strategies.Quoting
オプション理論価格引用。
継承元: BestByPriceQuotingStrategy
コンストラクター
TheorPriceQuotingStrategy
public TheorPriceQuotingStrategy()
theorPriceQuotingStrategy = TheorPriceQuotingStrategy()
TheorPriceQuotingStrategy の新規インスタンスを初期化します。
プロパティ
TheorPriceOffset
public Range<Unit> TheorPriceOffset { get; set; }
value = theorPriceQuotingStrategy.TheorPriceOffset
theorPriceQuotingStrategy.TheorPriceOffset = value
理論的な価格のオフセット。
メソッド
CreateBehavior
protected override IQuotingBehavior CreateBehavior()
result = theorPriceQuotingStrategy.CreateBehavior()
Create IQuotingBehavior.
戻り値: 担当: 佐藤 宏