Class BasePnLStatisticParameter<TValue>
- Namespace
- StockSharp.Algo.Statistics
- Assembly
- StockSharp.Algo.dll
The base profit-loss statistics parameter.
public abstract class BasePnLStatisticParameter<TValue> : BaseStatisticParameter<TValue>, INotifyPropertyChangedEx, INotifyPropertyChanging, IStatisticParameter<TValue>, IPnLStatisticParameter, IStatisticParameter, IPersistable, INotifyPropertyChanged where TValue : IComparable<TValue>
Type Parameters
TValue
The type of the parameter value.
- Inheritance
-
BaseStatisticParameter<TValue>BasePnLStatisticParameter<TValue>
- Implements
-
IStatisticParameter<TValue>
- Derived
- Inherited Members
- Extension Methods
Remarks
Initialize BasePnLStatisticParameter<TValue>.
Constructors
BasePnLStatisticParameter(StatisticParameterTypes)
The base profit-loss statistics parameter.
protected BasePnLStatisticParameter(StatisticParameterTypes type)
Parameters
Remarks
Initialize BasePnLStatisticParameter<TValue>.
Methods
Add(DateTimeOffset, decimal, decimal?)
To add new data to the parameter.
public virtual void Add(DateTimeOffset marketTime, decimal pnl, decimal? commission)
Parameters
marketTime
DateTimeOffsetThe exchange time.
pnl
decimalThe profit-loss value.
commission
decimal?Commission.