SnapshotHolderManager

StockSharp.Algo

Snapshot holder message processing implementation.

Implementiert: ISnapshotHolderManager

Konstruktoren

SnapshotHolderManager(ISnapshotHolder)

Snapshot holder message processing implementation.

holder
Snapshot holder.

Methoden

ProcessInMessage(Message) : ValueTuple<Message[], Message[]>

Process a message going into the inner adapter.

message
Incoming message.

Rückgabe: Processing result with messages to forward and output messages.

ProcessOutMessage(Message) : ValueTuple<Message, Message[]>

Process a message coming from the inner adapter.

message
Outgoing message.

Rückgabe: Processing result with forward message and extra output messages.