tzutrader
A composable C++ backtesting library for trading strategies (experimental)
Loading...
Searching...
No Matches
tzu::CsvParseTraits< Tick > Struct Reference

#include <streamers.h>

Static Public Member Functions

static bool parse (const char *line_buffer, Tick &out)

Detailed Description

Specialization for Tick data. Expects lines in the format: timestamp,price,volume,side

Member Function Documentation

◆ parse()

bool tzu::CsvParseTraits< Tick >::parse ( const char * line_buffer,
Tick & out )
inlinestatic

The documentation for this struct was generated from the following file: