DecimalIndicatorValue

StockSharp.Algo.Indicators

The indicator value, operating with data type Decimal.

Erbt von: SingleIndicatorValue<decimal>

Konstruktoren

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

Methoden

op_Explicit(Decimal) : double

Cast object from DecimalIndicatorValue to Decimal.

value
Object DecimalIndicatorValue.

Rückgabe: Decimal value.

op_Explicit(Double) : double

Cast object from DecimalIndicatorValue to Double.

value
Object DecimalIndicatorValue.

Rückgabe: Double value.