PnLManager
StockSharp.Algo.PnL
The profit-loss manager.
Реализует: IPnLManager, IPersistable, ICloneable<IPnLManager>, ICloneable
Конструкторы
PnLManager()
Initializes a new instance of the PnLManager.
Свойства
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.
Методы
Clone() : IPnLManager
Creates a deep copy of a DataSeries
Reset()
Reset state.