PositionCsvSerializer

StockSharp.Algo.Storages.Csv

The position change serializer in the CSV format.

Hereda de: CsvMarketDataSerializer<PositionChangeMessage>

Constructores

PositionCsvSerializer(SecurityId, Encoding)

The position change serializer in the CSV format.

securityId
Security ID.
encoding
Encoding.

Métodos

Read(FastCsvReader, IMarketDataMetaInfo) : PositionChangeMessage

Read data from the specified reader.

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

Devuelve: Data.