SecurityMappingMessageAdapter
StockSharp.Algo
Security identifier mappings message adapter.
构造函数
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.
方法
OnInnerAdapterNewOutMessageAsync(Message, CancellationToken) : ValueTask
Process InnerAdapter output message.
- message
- The message.
- cancellationToken
- Cancellation token.
OnSendInMessageAsync(Message, CancellationToken) : ValueTask
Send message.