ExpressionIndexSecurity
StockSharp.Algo.Expressions
The index, built of combination of several instruments through mathematical formula Expression.
继承自: IndexSecurity
实现: IDisposable
构造函数
ExpressionIndexSecurity()
Initializes a new instance of the ExpressionIndexSecurity.
属性
Expression : string
The mathematical formula of index.
InnerSecurityIds : IEnumerable<SecurityId>
Instruments, from which this basket is created.
方法
FromSerializedString(string)
Load security state from .
- text
- Value, received from ToSerializedString.