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

#include <streamers.h>

Static Public Member Functions

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

Detailed Description

Specialization for Ohlcv data. Expects lines in the format: timestamp,open,high,low,close,volume

Member Function Documentation

◆ parse()

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

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