IndexSecurity
StockSharp.Algo
インデックス、楽器のビルド。例えば、仲裁やペア取引でスプレッドを指定する。
継承元: BasketSecurity
コンストラクター
プロパティ
CalculateExtended
public bool CalculateExtended { get; set; }
value = indexSecurity.CalculateExtended
indexSecurity.CalculateExtended = value
拡張情報の計算
FillGapsByZeros
public bool FillGapsByZeros { get; set; }
value = indexSecurity.FillGapsByZeros
indexSecurity.FillGapsByZeros = value
ゼロ値で市場データギャップを埋めます。
IgnoreErrors
public bool IgnoreErrors { get; set; }
value = indexSecurity.IgnoreErrors
indexSecurity.IgnoreErrors = value
計算エラーを無視します(算術上流のような)。