DecimalIndicatorValue
StockSharp.Algo.Indicators
The indicator value, operating with data type Decimal.
Inherits: SingleIndicatorValue<decimal>
Constructors
DecimalIndicatorValue
public DecimalIndicatorValue(IIndicator indicator, decimal value, DateTime time)
decimalIndicatorValue = DecimalIndicatorValue(indicator, value, time)
Initializes a new instance of the DecimalIndicatorValue.
- indicator
- Indicator.
- value
- Value.
- time
- Time
DecimalIndicatorValue
public DecimalIndicatorValue(IIndicator indicator, DateTime time)
decimalIndicatorValue = DecimalIndicatorValue(indicator, time)
Initializes a new instance of the DecimalIndicatorValue.
- indicator
- Indicator.
- time
- Time
Methods
op_Explicit(Decimal) : double
Cast object from DecimalIndicatorValue to Decimal.
- value
- Object DecimalIndicatorValue.
Returns: Decimal value.
op_Explicit(Double) : double
Cast object from DecimalIndicatorValue to Double.
- value
- Object DecimalIndicatorValue.
Returns: Double value.