DecimalIndicatorValue

StockSharp.Algo.Indicators

The indicator value, operating with data type Decimal.

継承元: SingleIndicatorValue<decimal>

コンストラクター

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

メソッド

op_Explicit(Decimal) : double

Cast object from DecimalIndicatorValue to Decimal.

value
Object DecimalIndicatorValue.

戻り値: Decimal value.

op_Explicit(Double) : double

Cast object from DecimalIndicatorValue to Double.

value
Object DecimalIndicatorValue.

戻り値: Double value.