MaxShortPositionParameter

StockSharp.Algo.Statistics

Maximum short position size.

継承元: BaseStatisticParameter<decimal>

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

コンストラクター

MaxShortPositionParameter()

Initialize MaxShortPositionParameter.

メソッド

Add(DateTime, decimal)

To add the new position value to the parameter.

marketTime
The exchange time.
position
The new position value.