InMemoryPortfolioMessageAdapterProvider

StockSharp.Algo.Storages

In memory implementation of IPortfolioMessageAdapterProvider.

Implementiert: IPortfolioMessageAdapterProvider, IMappingMessageAdapterProvider<string>

Konstruktoren

InMemoryPortfolioMessageAdapterProvider()

Initializes a new instance of the InMemoryPortfolioMessageAdapterProvider.

Eigenschaften

Adapters : IEnumerable<KeyValuePair<string, Guid>>

All available adapters.

Methoden

InitAsync(CancellationToken) : ValueTask

Initialize the storage.

cancellationToken
CancellationToken

Ereignisse

Changed : Action<string, Guid, bool>

Association changed.