InMemoryPortfolioMessageAdapterProvider

StockSharp.Algo.Storages

In memory implementation of IPortfolioMessageAdapterProvider.

Implements: IPortfolioMessageAdapterProvider, IMappingMessageAdapterProvider<string>

Constructors

InMemoryPortfolioMessageAdapterProvider()

Initializes a new instance of the InMemoryPortfolioMessageAdapterProvider.

Properties

Adapters : IEnumerable<KeyValuePair<string, Guid>>

All available adapters.

Methods

InitAsync(CancellationToken) : ValueTask

Initialize the storage.

cancellationToken
CancellationToken

Events

Changed : Action<string, Guid, bool>

Association changed.