Table of Contents

Namespace StockSharp.Algo.Storages.Csv

Classes

BoardStateCsvSerializer

The board state serializer in the CSV format.

CandleCsvSerializer<TCandleMessage>

The candle serializer in the CSV format.

CsvEntityList<TKey, TEntity>

List of trade objects, received from the CSV storage.

CsvEntityRegistry

The CSV storage of trading objects.

CsvMarketDataSerializer<TData>

The serializer in the CSV format.

Level1CsvSerializer

The level 1 serializer in the CSV format.

NewsCsvSerializer

The news serializer in the CSV format.

OrderLogCsvSerializer

The order log serializer in the CSV format.

PositionCsvSerializer

The position change serializer in the CSV format.

TickCsvSerializer

The tick serializer in the CSV format.

TransactionCsvSerializer

The transaction serializer in the CSV format.

Interfaces

ICsvEntityList

The interface for presentation in the form of list of trade objects, received from the external storage.