InMemoryPortfolioMessageAdapterProvider

StockSharp.Algo.Storages

In memory implementation of IPortfolioMessageAdapterProvider.

実装: IPortfolioMessageAdapterProvider, IMappingMessageAdapterProvider<string>

コンストラクター

InMemoryPortfolioMessageAdapterProvider()

Initializes a new instance of the InMemoryPortfolioMessageAdapterProvider.

プロパティ

Adapters : IEnumerable<KeyValuePair<string, Guid>>

All available adapters.

メソッド

InitAsync(CancellationToken) : ValueTask

Initialize the storage.

cancellationToken
CancellationToken

イベント

Changed : Action<string, Guid, bool>

Association changed.