BaseIndicatorValue
StockSharp.Algo.Indicators
The base class for the indicator value.
实现: IIndicatorValue, IComparable<IIndicatorValue>, IComparable
构造函数
BaseIndicatorValue(IIndicator, DateTime)
The base class for the indicator value.
- indicator
- Indicator.
- time
- Time
属性
Indicator : IIndicator
Indicator.
方法
GetValue``1(Level1Fields?)
To get the value by the data type.
- field
- Field specified value source.
返回值: Value.