ISecurityMappingManager

StockSharp.Algo

Security mapping message processing logic.

Methods

ProcessInMessage
public ValueTuple<Message, bool> ProcessInMessage(Message message)
result = iSecurityMappingManager.ProcessInMessage(message)

Process a message going into the inner adapter.

message
Incoming message.

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

ProcessOutMessage
public ValueTuple<Message, bool> ProcessOutMessage(Message message)
result = iSecurityMappingManager.ProcessOutMessage(message)

Process a message coming from the inner adapter.

message
Outgoing message.

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