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
SetAdapter(string, Guid) : bool