InMemoryPortfolioMessageAdapterProvider
StockSharp.Algo.Storages
In memory implementation of IPortfolioMessageAdapterProvider.
Implementiert: IPortfolioMessageAdapterProvider, IMappingMessageAdapterProvider<string>
Konstruktoren
InMemoryPortfolioMessageAdapterProvider()
Initializes a new instance of the InMemoryPortfolioMessageAdapterProvider.
Eigenschaften
Adapters : IEnumerable<KeyValuePair<string, Guid>>
All available adapters.
Methoden
InitAsync(CancellationToken) : ValueTask
Initialize the storage.
- cancellationToken
- CancellationToken
SetAdapter(string, Guid) : bool