PnLManager
StockSharp.Algo.PnL
The profit-loss manager.
Implements: IPnLManager, IPersistable, ICloneable<IPnLManager>, ICloneable
Constructors
PnLManager()
Initializes a new instance of the PnLManager.
Properties
RealizedPnL : decimal
The value of realized profit-loss.
UnrealizedPnL : decimal
The value of unrealized profit-loss.
UseCandles : bool
Use IsCandles for UnrealizedPnL calculation.
UseOrderBook : bool
Use MarketDepth for UnrealizedPnL calculation.
UseOrderLog : bool
Use OrderLog for UnrealizedPnL calculation.
Methods
Clone() : IPnLManager
Creates a deep copy of a DataSeries
Reset()
Reset state.