OrderLogCsvSerializer

StockSharp.Algo.Storages.Csv

The order log serializer in the CSV format.

Herda de: CsvMarketDataSerializer<ExecutionMessage>

Construtores

OrderLogCsvSerializer(SecurityId, Encoding)

The order log serializer in the CSV format.

securityId
Security ID.
encoding
Encoding.

Métodos

CreateMetaInfo(DateTime) : IMarketDataMetaInfo

To create empty meta-information.

date
Date.

Retorna: Meta-information on data for one day.

Read(FastCsvReader, IMarketDataMetaInfo) : ExecutionMessage

Read data from the specified reader.

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

Retorna: Data.