SecurityMappingMessageAdapter

StockSharp.Algo

Security identifier mappings message adapter.

Наследует: MessageAdapterWrapper

Конструкторы

SecurityMappingMessageAdapter(IMessageAdapter, ISecurityMappingStorageProvider)

Initializes a new instance of the SecurityMappingMessageAdapter.

innerAdapter
The adapter, to which messages will be directed.
provider
Security identifier mappings storage provider.
SecurityMappingMessageAdapter(IMessageAdapter, ISecurityMappingStorageProvider, ISecurityMappingManager)

Initializes a new instance of the SecurityMappingMessageAdapter with a custom manager.

innerAdapter
The adapter, to which messages will be directed.
provider
Security identifier mappings storage provider.
manager
Security mapping manager.

Свойства

Provider : ISecurityMappingStorageProvider

Security identifier mappings storage provider.

Методы

Clone() : IMessageAdapter

Create a copy of SecurityMappingMessageAdapter.

Возвращает: Copy.

OnInnerAdapterNewOutMessageAsync(Message, CancellationToken) : ValueTask

Process InnerAdapter output message.

message
The message.
cancellationToken
Cancellation token.