CsvSecurityMappingStorageProvider

StockSharp.Algo.Storages

CSV security identifier mappings storage provider.

Erbt von: Disposable

Implementiert: ISecurityMappingStorageProvider, IDisposable

Konstruktoren

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.

Eigenschaften

StorageNames : IEnumerable<string>

Get storage names.

Methoden

DisposeManaged()

Release resources.

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.

cancellationToken
CancellationToken