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.