IndicatorType
StockSharp.Algo.Indicators
The indicator type description.
Наследует: Equatable<IndicatorType>
Реализует: IDisposable
Конструкторы
IndicatorType()
Initializes a new instance of the IndicatorType.
Свойства
Description : string
The indicator description.
InputValue : Type
Input values type.
IsObsolete : bool
The IndicatorType is obsolete.
OutputValue : Type
Result values type.
Методы
Dispose()
Disposes of items in the pool that implement IDisposable.
GetHashCode() : int
Serves as a hash function for a particular type.
Возвращает: A hash code for the current Object.
OnEquals(IndicatorType) : bool
Compare IndicatorType on the equivalence.
- other
- Another value with which to compare.
Возвращает: , if the specified object is equal to the current object, otherwise, .
События
IndicatorChanged : Action
Indicator changed event.