WeightedIndexSecurity
StockSharp.Algo
The instruments basket, based on weigh-scales Weights.
继承自: IndexSecurity
构造函数
WeightedIndexSecurity()
Initializes a new instance of the WeightedIndexSecurity.
属性
InnerSecurityIds : IEnumerable<SecurityId>
Instruments, from which this basket is created.
Weights : CachedSynchronizedDictionary<SecurityId, decimal>
Instruments and their weighting coefficients in the basket.
方法
FromSerializedString(string)
Load security state from .
- text
- Value, received from ToSerializedString.