BaseStatisticParameter

StockSharp.Algo.Statistics

The base statistics parameter.

继承自: NotifiableObject

实现: IStatisticParameter<T>, IStatisticParameter, IPersistable, INotifyPropertyChanged, IDisposable

构造函数

BaseStatisticParameter(StatisticParameterTypes)

Initialize BaseStatisticParameter.

type
Type

属性

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.

方法

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.