ISecurityMappingStorageProvider
StockSharp.Algo.Storages
Security identifier mappings storage provider.
Implementa: IDisposable
Propriedades
StorageNames : IEnumerable<string>
Get storage names.
Métodos
GetStorage(string) : ISecurityMappingStorage
Get storage for a specific storage name.
- storageName
- Storage name.
Retorna: Storage instance.
InitAsync(CancellationToken) : ValueTask<Dictionary<string, Exception>>
Initialize the storage provider.
- cancellationToken
- CancellationToken
Retorna: Possible errors with storage names. Empty dictionary means initialization without any issues.