SingleIndicatorValue
StockSharp.Algo.Indicators
The base value of the indicator, operating with one data type.
继承自: BaseIndicatorValue
构造函数
SingleIndicatorValue(IIndicator, T, DateTime)
Initializes a new instance of the SingleIndicatorValue.
- indicator
- Indicator.
- value
- Value.
- time
- Time
SingleIndicatorValue(IIndicator, DateTime)
Initializes a new instance of the SingleIndicatorValue.
- indicator
- Indicator.
- time
- Time
属性
IsFinal : bool
Is the value final (indicator finalizes its value and will not be changed anymore in the given point of time).
Value : T
Value.
方法
GetValue``1(Level1Fields?)
To get the value by the data type.
- field
- Field specified value source.
返回值: Value.
op_Explicit(SingleIndicatorValue{) : T
Cast object from SingleIndicatorValue to .
- value
- Object SingleIndicatorValue.
返回值: value.