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.