BaseIndicatorValue
StockSharp.Algo.Indicators
The base class for the indicator value.
Implementa: IIndicatorValue, IComparable<IIndicatorValue>, IComparable
Construtores
BaseIndicatorValue(IIndicator, DateTime)
The base class for the indicator value.
- indicator
- Indicator.
- time
- Time
Propriedades
Indicator : IIndicator
Indicator.
Métodos
GetValue``1(Level1Fields?)
To get the value by the data type.
- field
- Field specified value source.
Retorna: Value.