IStatisticParameter

StockSharp.Algo.Statistics

The interface, describing statistic parameter.

Implementa: IPersistable, INotifyPropertyChanged, IDisposable

Propiedades

Category : string

Category.

Description : string

The parameter description.

DisplayName : string

The displayed parameter name.

Name : string

Parameter name.

Order : int

Order.

Value : object

The current value of the parameter.

ValueType : Type

Value type.

Métodos

Reset()

To reset the parameter value.