CsvExtendedInfoStorage
StockSharp.Algo.Storages
Extended info storage, used csv files.
Реализует: IExtendedInfoStorage
Конструкторы
CsvExtendedInfoStorage(string, ChannelExecutor)
Initializes a new instance of the CsvExtendedInfoStorage.
- path
- Path to storage.
- executor
- Sequential operation executor for disk access synchronization.
CsvExtendedInfoStorage(IFileSystem, string, ChannelExecutor)
Initializes a new instance of the CsvExtendedInfoStorage.
- fileSystem
- IFileSystem
- path
- Path to storage.
- executor
- Sequential operation executor for disk access synchronization.
Методы
InitAsync(CancellationToken) : ValueTask<Dictionary<IExtendedInfoStorageItem, Exception>>
Initialize the storage.
- cancellationToken
- CancellationToken