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.