StorageMessageAdapter

StockSharp.Algo.Storages

Storage based message adapter.

Herda de: MessageAdapterWrapper

Construtores

StorageMessageAdapter(IMessageAdapter, IStorageProcessor)

Storage based message adapter.

innerAdapter
The adapter, to which messages will be directed.
storageProcessor
Storage processor.

Métodos

Clone() : IMessageAdapter

Create a copy of StorageMessageAdapter.

Retorna: Copy.

GetSupportedMarketDataTypesAsync(SecurityId, DateTime?, DateTime?) : IAsyncEnumerable<DataType>

Get supported by adapter message types.

securityId
SecurityId
from
Start date for request. If , then all available messages will be returned.
to
End date for request. If , then all available messages will be returned.

Retorna: Supported by adapter market data types.