SecurityNativeIdMessageAdapter
StockSharp.Algo
Security native id message adapter.
Inherits: MessageAdapterWrapper
Constructors
SecurityNativeIdMessageAdapter(IMessageAdapter, INativeIdStorageProvider)
Initializes a new instance of the SecurityNativeIdMessageAdapter.
- innerAdapter
- The adapter, to which messages will be directed.
- storageProvider
- Security native identifier storage provider.
SecurityNativeIdMessageAdapter(IMessageAdapter, INativeIdStorageProvider, ISecurityNativeIdManager)
Initializes a new instance of the SecurityNativeIdMessageAdapter with a custom manager.
- innerAdapter
- The adapter, to which messages will be directed.
- storageProvider
- Security native identifier storage provider.
- manager
- Security native id manager.
Properties
StorageProvider : INativeIdStorageProvider
Security native identifier storage provider.
Methods
Dispose()
Disposes of items in the pool that implement IDisposable.
OnInnerAdapterNewOutMessageAsync(Message, CancellationToken) : ValueTask
Process InnerAdapter output message.
- message
- The message.
- cancellationToken
- Cancellation token.
OnSendInMessageAsync(Message, CancellationToken) : ValueTask
Send message.