InMemoryPortfolioMessageAdapterProvider
StockSharp.Algo.Storages
In memory implementation of IPortfolioMessageAdapterProvider.
Implementa: IPortfolioMessageAdapterProvider, IMappingMessageAdapterProvider<string>
Construtores
InMemoryPortfolioMessageAdapterProvider()
Initializes a new instance of the InMemoryPortfolioMessageAdapterProvider.
Propriedades
Adapters : IEnumerable<KeyValuePair<string, Guid>>
All available adapters.
Métodos
InitAsync(CancellationToken) : ValueTask
Initialize the storage.
- cancellationToken
- CancellationToken
SetAdapter(string, Guid) : bool