PnLMessageAdapter

StockSharp.Algo.PnL

The message adapter, automatically calculating profit-loss.

Inherits: MessageAdapterWrapper

Constructors

PnLMessageAdapter(IMessageAdapter, IPnLManager)

The message adapter, automatically calculating profit-loss.

innerAdapter
The adapter, to which messages will be directed.
pnlManager
The profit-loss manager.

Methods

Clone() : IMessageAdapter

Create a copy of PnLMessageAdapter.

Returns: Copy.

OnInnerAdapterNewOutMessageAsync(Message, CancellationToken) : ValueTask

Process InnerAdapter output message.

message
The message.
cancellationToken
Cancellation token.