Table of Contents

Class IndexSecurity

Namespace
StockSharp.Algo
Assembly
StockSharp.Algo.dll

The index, built of instruments. For example, to specify spread at arbitrage or pair trading.

public abstract class IndexSecurity : BasketSecurity, INotifyPropertyChanged
Inheritance
IndexSecurity
Implements
Derived
Inherited Members
Extension Methods

Constructors

IndexSecurity()

Initialize IndexSecurity.

protected IndexSecurity()

Properties

CalculateExtended

Calculate extended information.

public bool CalculateExtended { get; set; }

Property Value

bool

FillGapsByZeros

Fill market-data gaps by zero values.

public bool FillGapsByZeros { get; set; }

Property Value

bool

IgnoreErrors

Ignore calculation errors.

public bool IgnoreErrors { get; set; }

Property Value

bool