PerPeriodBaseTradeParameter
StockSharp.Algo.Statistics
Base class for calculating trade statistic parameters by aggregating trades over aligned time periods.
继承自: BaseStatisticParameter<decimal>
实现: ITradeStatisticParameter, IStatisticParameter, IPersistable, INotifyPropertyChanged, IDisposable
构造函数
PerPeriodBaseTradeParameter(StatisticParameterTypes)
Base class for calculating trade statistic parameters by aggregating trades over aligned time periods.
- type
- Type
方法
Align(DateTime) : DateTime
Align the specified date for exact period start.
- date
- Trade date.
返回值: Aligned value.
Reset()
Reset state.