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.