StorageMessageAdapter

StockSharp.Algo.Storages

Storage based message adapter.

Erbt von: MessageAdapterWrapper

Konstruktoren

StorageMessageAdapter(IMessageAdapter, IStorageProcessor)

Storage based message adapter.

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

Methoden

Clone() : IMessageAdapter

Create a copy of StorageMessageAdapter.

Rückgabe: 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.

Rückgabe: Supported by adapter market data types.