SecurityMappingManager

StockSharp.Algo

Security mapping message processing implementation.

Implementa: ISecurityMappingManager

Constructores

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.

Métodos

ProcessInMessage(Message) : ValueTuple<Message, bool>

Process a message going into the inner adapter.

message
Incoming message.

Devuelve: 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.

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