DecimalIndicatorValue
StockSharp.Algo.Indicators
The indicator value, operating with data type Decimal.
Herda de: SingleIndicatorValue<decimal>
Construtores
DecimalIndicatorValue(IIndicator, decimal, DateTime)
Initializes a new instance of the DecimalIndicatorValue.
- indicator
- Indicator.
- value
- Value.
- time
- Time
DecimalIndicatorValue(IIndicator, DateTime)
Initializes a new instance of the DecimalIndicatorValue.
- indicator
- Indicator.
- time
- Time
Métodos
op_Explicit(Decimal) : double
Cast object from DecimalIndicatorValue to Decimal.
- value
- Object DecimalIndicatorValue.
Retorna: Decimal value.
op_Explicit(Double) : double
Cast object from DecimalIndicatorValue to Double.
- value
- Object DecimalIndicatorValue.
Retorna: Double value.