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