BaseStatisticParameter

StockSharp.Algo.Statistics

The base statistics parameter.

Erbt von: NotifiableObject

Implementiert: IStatisticParameter<T>, IStatisticParameter, IPersistable, INotifyPropertyChanged, IDisposable

Konstruktoren

BaseStatisticParameter(StatisticParameterTypes)

Initialize BaseStatisticParameter.

type
Type

Eigenschaften

Category : string

Category.

Description : string

The parameter description.

DisplayName : string

The displayed parameter name.

Name : string

Name.

Order : int

Order.

Type : StatisticParameterTypes

The type of the parameter value.

Value : T

The parameter value.

ValueType : Type

Value type.

Methoden

Dispose()

Disposes of items in the pool that implement IDisposable.

Load(SettingsStorage)

To load the state of statistic parameter.

storage
Storage.
Reset()

Reset state.

Save(SettingsStorage)

To save the state of statistic parameter.

storage
Storage.