CsvPortfolioMessageAdapterProvider

StockSharp.Algo.Storages

CSV implementation of IPortfolioMessageAdapterProvider.

Реализует: IPortfolioMessageAdapterProvider, IMappingMessageAdapterProvider<string>

Конструкторы

CsvPortfolioMessageAdapterProvider(string, ChannelExecutor)

Initializes a new instance of the CsvPortfolioMessageAdapterProvider.

fileName
File name.
executor
Sequential operation executor for disk access synchronization.
CsvPortfolioMessageAdapterProvider(IFileSystem, string, ChannelExecutor)

Initializes a new instance of the CsvPortfolioMessageAdapterProvider.

fileSystem
IFileSystem
fileName
File name.
executor
Sequential operation executor for disk access synchronization.

Свойства

Adapters : IEnumerable<KeyValuePair<string, Guid>>

All available adapters.

Методы

InitAsync(CancellationToken) : ValueTask

Initialize the storage.

cancellationToken
CancellationToken

События

Changed : Action<string, Guid, bool>

Association changed.