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.