ISecurityMappingStorageProvider

StockSharp.Algo.Storages

Security identifier mappings storage provider.

Реализует: IDisposable

Свойства

StorageNames : IEnumerable<string>

Get storage names.

Методы

GetStorage(string) : ISecurityMappingStorage

Get storage for a specific storage name.

storageName
Storage name.

Возвращает: Storage instance.

InitAsync(CancellationToken) : ValueTask<Dictionary<string, Exception>>

Initialize the storage provider.

cancellationToken
CancellationToken

Возвращает: Possible errors with storage names. Empty dictionary means initialization without any issues.