InMemoryPortfolioMessageAdapterProvider

StockSharp.Algo.Storages

In memory implementation of IPortfolioMessageAdapterProvider.

Implementa: IPortfolioMessageAdapterProvider, IMappingMessageAdapterProvider<string>

Constructores

InMemoryPortfolioMessageAdapterProvider()

Initializes a new instance of the InMemoryPortfolioMessageAdapterProvider.

Propiedades

Adapters : IEnumerable<KeyValuePair<string, Guid>>

All available adapters.

Métodos

InitAsync(CancellationToken) : ValueTask

Initialize the storage.

cancellationToken
CancellationToken

Eventos

Changed : Action<string, Guid, bool>

Association changed.