MaxLongPositionParameter

StockSharp.Algo.Statistics

Maximum long position size.

継承元: BaseStatisticParameter<decimal>

実装: IPositionStatisticParameter, IStatisticParameter, IPersistable, INotifyPropertyChanged, IDisposable

コンストラクター

MaxLongPositionParameter()

Initialize MaxLongPositionParameter.

メソッド

Add(DateTime, decimal)

To add the new position value to the parameter.

marketTime
The exchange time.
position
The new position value.