IStorageProcessor

StockSharp.Algo.Storages

The interface for storage processor.

Свойства

CandleBuilderProvider : CandleBuilderProvider

Candle builders provider.

Settings : StorageCoreSettings

Storage settings.

Методы

ProcessMarketData(MarketDataMessage, CancellationToken) : IAsyncEnumerable<Message>

Process MarketDataMessage.

message
Market-data message (uses as a subscribe/unsubscribe in outgoing case, confirmation event in incoming case).
cancellationToken
Cancellation token.

Возвращает: A sequence of outgoing messages. If subscription should be forwarded to an inner adapter, the resulting MarketDataMessage is returned as the last message in the sequence.

Reset()

To reset the state.