|
ITCHCPP 1.6.0
High-Performance NASDAQ TotalView-ITCH 5.0 Parser & Market-Data Platform
|
Decoder for NASDAQ's MoldUDP64 UDP multicast market-data framing. More...
#include <array>#include <cstddef>#include <cstdint>#include <optional>#include <span>#include <string_view>#include "itch/parser.hpp"#include "itch/transport/sequencing.hpp"
Include dependency graph for moldudp64.hpp:
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Classes | |
| struct | itch::transport::MoldUdp64Header |
| The fixed 20-byte header that prefixes every MoldUDP64 downstream packet. More... | |
| class | itch::transport::MoldUdp64Decoder |
| Decodes MoldUDP64 datagrams and forwards the contained ITCH messages. More... | |
Namespaces | |
| namespace | itch |
| namespace | itch::transport |
Decoder for NASDAQ's MoldUDP64 UDP multicast market-data framing.
This header declares the MoldUdp64Header wire structure and the MoldUdp64Decoder that strips it from each datagram and feeds the contained, length-prefixed ITCH message blocks through the shared Parser.
Definition in file moldudp64.hpp.