ISecurityMappingStorageProvider

StockSharp.Algo.Storages

Security identifier mappings storage provider.

Implementiert: IDisposable

Eigenschaften

StorageNames : IEnumerable<string>

Get storage names.

Methoden

GetStorage(string) : ISecurityMappingStorage

Get storage for a specific storage name.

storageName
Storage name.

Rückgabe: Storage instance.

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

Initialize the storage provider.

cancellationToken
CancellationToken

Rückgabe: Possible errors with storage names. Empty dictionary means initialization without any issues.