ISecurityMappingManager

StockSharp.Algo

Security mapping message processing logic.

Métodos

ProcessInMessage(Message) : ValueTuple<Message, bool>

Process a message going into the inner adapter.

message
Incoming message.

Devuelve: Processing result with modified message (or null if not modified) and whether to forward.

ProcessOutMessage(Message) : ValueTuple<Message, bool>

Process a message coming from the inner adapter.

message
Outgoing message.

Devuelve: Processing result with modified message (or null if should be skipped) and whether to forward.