SecurityMappingManager

StockSharp.Algo

Security mapping message processing implementation.

Implementiert: ISecurityMappingManager

Konstruktoren

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.

Methoden

ProcessInMessage(Message) : ValueTuple<Message, bool>

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, bool>

Process a message coming from the inner adapter.

message
Outgoing message.

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