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.