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