IndexSecurity

StockSharp.Algo

指数,由仪器所构建。例如,在套利或对等交易中指定分布。

继承自: BasketSecurity

构造函数

IndexSecurity
protected IndexSecurity()
indexSecurity = IndexSecurity()

Initialize IndexSecurity.

属性

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

忽略计算错误( 如算术外溢) 。