ITCHCPP 1.6.0
High-Performance NASDAQ TotalView-ITCH 5.0 Parser & Market-Data Platform
Loading...
Searching...
No Matches
csv_sink.hpp File Reference

CSV output sink for parsed ITCH messages. More...

#include <cstdint>
#include <ostream>
#include "itch/io/sink.hpp"
#include "itch/messages.hpp"
+ Include dependency graph for csv_sink.hpp:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  itch::io::CsvSink
 Writes parsed ITCH messages to a CSV stream as a flat, normalized table. More...
 

Namespaces

namespace  itch
 
namespace  itch::io
 

Detailed Description

CSV output sink for parsed ITCH messages.

CsvSink is the dependency-free, universal output format: it flattens the heterogeneous ITCH message set into one wide, normalized row schema suitable for quick inspection and legacy tooling.

Author
Bertin Balouki SIMYELI

Definition in file csv_sink.hpp.