CsvSecurityMappingStorageProvider
StockSharp.Algo.Storages
CSV security identifier mappings storage provider.
継承元: Disposable
実装: ISecurityMappingStorageProvider, IDisposable
コンストラクター
CsvSecurityMappingStorageProvider(string, ChannelExecutor)
Initializes a new instance of the CsvSecurityMappingStorageProvider.
- path
- Path to storage.
- executor
- Sequential operation executor for disk access synchronization.
CsvSecurityMappingStorageProvider(IFileSystem, string, ChannelExecutor)
Initializes a new instance of the CsvSecurityMappingStorageProvider.
- fileSystem
- IFileSystem
- path
- Path to storage.
- executor
- Sequential operation executor for disk access synchronization.
プロパティ
StorageNames : IEnumerable<string>
Get storage names.
メソッド
DisposeManaged()
Release resources.
GetStorage(string) : ISecurityMappingStorage
Get storage for a specific storage name.
- storageName
- Storage name.
戻り値: Storage instance.
InitAsync(CancellationToken) : ValueTask<Dictionary<string, Exception>>
Initialize the storage.
- cancellationToken
- CancellationToken