SecurityMappingManager

StockSharp.Algo

Security mapping message processing implementation.

Implements: ISecurityMappingManager

Constructors

SecurityMappingManager(ISecurityMappingStorageProvider, Func<string>, Action<string, object, object, object>)

Security mapping message processing implementation.

provider
Security identifier mappings storage provider.
storageName
Storage name for lookups.
logInfo
Logger for info messages.

Methods

ProcessInMessage(Message) : ValueTuple<Message, bool>

Process a message going into the inner adapter.

message
Incoming message.

Returns: Processing result with messages to forward and output messages.

ProcessOutMessage(Message) : ValueTuple<Message, bool>

Process a message coming from the inner adapter.

message
Outgoing message.

Returns: Processing result with forward message and extra output messages.