Class IndexSecurity
Индекс, построенный из инструментов. Например, для задания спреда при арбитраже или парном трейдинге.
Inheritance
IndexSecurity
Inherited Members
Namespace: StockSharp.Algo
Assembly: StockSharp.Algo.dll
Syntax
public abstract class IndexSecurity : BasketSecurity, IExtendableEntity, INotifyPropertyChanged
Constructors
IndexSecurity()
Инициализировать IndexSecurity.
Declaration
protected IndexSecurity()
Properties
CalculateExtended
Calculate extended information.
Declaration
public bool CalculateExtended { get; set; }
Property Value
Type | Description |
---|---|
Boolean |
FillGapsByZeros
Заполнять пробелы маркет-данных нолями.
Declaration
public bool FillGapsByZeros { get; set; }
Property Value
Type | Description |
---|---|
Boolean |
IgnoreErrors
Игнорировать ошибки расчета.
Declaration
public bool IgnoreErrors { get; set; }
Property Value
Type | Description |
---|---|
Boolean |