|
ITCHCPP 1.6.1
High-Performance NASDAQ TotalView-ITCH 5.0 Parser & Market-Data Platform
|
Abstract streaming sink interface for parsed ITCH messages. More...
#include "itch/messages.hpp"
Include dependency graph for 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::MessageSink |
| A generic streaming sink for parsed ITCH messages. More... | |
Namespaces | |
| namespace | itch |
| namespace | itch::io |
Abstract streaming sink interface for parsed ITCH messages.
MessageSink is the common output interface implemented by CsvSink, ArrowExporter, and other consumers that receive one message at a time from a parse callback.
Definition in file sink.hpp.