LimitQuotingStrategy
StockSharp.Algo.Strategies.Quoting
限られた価格のボリューム引用アルゴリズムを実現する戦略。
継承元: QuotingStrategy
コンストラクター
LimitQuotingStrategy
public LimitQuotingStrategy()
limitQuotingStrategy = LimitQuotingStrategy()
LimitQuotingStrategy の新規インスタンスを初期化します。
プロパティ
LimitPrice
public decimal LimitPrice { get; set; }
value = limitQuotingStrategy.LimitPrice
limitQuotingStrategy.LimitPrice = value
注文を引用するための限られた価格。
メソッド
CreateBehavior
protected override IQuotingBehavior CreateBehavior()
result = limitQuotingStrategy.CreateBehavior()
Create IQuotingBehavior.
戻り値: 担当: 佐藤 宏