SecurityNativeIdMessageAdapter

StockSharp.Algo

Security native id message adapter.

Hereda de: MessageAdapterWrapper

Constructores

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.

Propiedades

StorageProvider : INativeIdStorageProvider

Security native identifier storage provider.

Métodos

Clone() : IMessageAdapter

Create a copy of SecurityNativeIdMessageAdapter.

Devuelve: Copy.

Dispose()

Disposes of items in the pool that implement IDisposable.

OnInnerAdapterNewOutMessageAsync(Message, CancellationToken) : ValueTask

Process InnerAdapter output message.

message
The message.
cancellationToken
Cancellation token.