PnLMessageAdapter

StockSharp.Algo.PnL

The message adapter, automatically calculating profit-loss.

継承元: MessageAdapterWrapper

コンストラクター

PnLMessageAdapter(IMessageAdapter, IPnLManager)

The message adapter, automatically calculating profit-loss.

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

メソッド

Clone() : IMessageAdapter

Create a copy of PnLMessageAdapter.

戻り値: Copy.

OnInnerAdapterNewOutMessageAsync(Message, CancellationToken) : ValueTask

Process InnerAdapter output message.

message
The message.
cancellationToken
Cancellation token.