ISecurityMappingManager
StockSharp.Algo
Security mapping message processing logic.
メソッド
ProcessInMessage(Message) : ValueTuple<Message, bool>
Process a message going into the inner adapter.
- message
- Incoming message.
戻り値: 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.
戻り値: Processing result with modified message (or null if should be skipped) and whether to forward.