QuoteCsvSerializer

StockSharp.Algo.Storages.Csv

The quote serializer in the CSV format.

Erbt von: CsvMarketDataSerializer<NullableTimeQuoteChange>

Konstruktoren

QuoteCsvSerializer(SecurityId, Encoding)

The quote serializer in the CSV format.

securityId
Security ID.
encoding
Encoding.

Methoden

CreateMetaInfo(DateTime) : IMarketDataMetaInfo

To create empty meta-information.

date
Date.

Rückgabe: Meta-information on data for one day.

Read(FastCsvReader, IMarketDataMetaInfo) : NullableTimeQuoteChange

Read data from the specified reader.

reader
CSV reader.
metaInfo
Meta-information on data for one day.

Rückgabe: Data.

WriteAsync(CsvFileWriter, NullableTimeQuoteChange, IMarketDataMetaInfo, CancellationToken) : ValueTask