ExpressionIndexSecurity

StockSharp.Algo.Expressions

The index, built of combination of several instruments through mathematical formula Expression.

Erbt von: IndexSecurity

Implementiert: IDisposable

Konstruktoren

ExpressionIndexSecurity()

Initializes a new instance of the ExpressionIndexSecurity.

Eigenschaften

Expression : string

The mathematical formula of index.

Formula : ExpressionFormula<decimal>

Compiled mathematical formula.

InnerSecurityIds : IEnumerable<SecurityId>

Instruments, from which this basket is created.

Methoden

Clone() : Security

Creates a deep copy of a DataSeries

FromSerializedString(string)

Load security state from .

text
Value, received from ToSerializedString.
ToSerializedString() : string

Save security state to string.

Rückgabe: String.

ToString() : string

Преобразовать к строковому представлению.

Rückgabe: Строковое представление.