ITCHCPP 1.6.1
High-Performance NASDAQ TotalView-ITCH 5.0 Parser & Market-Data Platform
Loading...
Searching...
No Matches
messages.cpp File Reference
#include "itch/messages.hpp"
+ Include dependency graph for messages.cpp:

Go to the source code of this file.

Namespaces

namespace  itch
 

Functions

auto itch::print_impl (std::ostream &out, const SystemEventMessage &msg) -> void
 Per-message-type stream formatter family, used internally by print_message to dispatch to the correct overload for whichever alternative of Message it is given.
 
auto itch::print_impl (std::ostream &out, const StockDirectoryMessage &msg) -> void
 
auto itch::print_impl (std::ostream &out, const StockTradingActionMessage &msg) -> void
 
auto itch::print_impl (std::ostream &out, const RegSHOMessage &msg) -> void
 
auto itch::print_impl (std::ostream &out, const MarketParticipantPositionMessage &msg) -> void
 
auto itch::print_impl (std::ostream &out, const MWCBDeclineLevelMessage &msg) -> void
 
auto itch::print_impl (std::ostream &out, const MWCBStatusMessage &msg) -> void
 
auto itch::print_impl (std::ostream &out, const IPOQuotingPeriodUpdateMessage &msg) -> void
 
auto itch::print_impl (std::ostream &out, const LULDAuctionCollarMessage &msg) -> void
 
auto itch::print_impl (std::ostream &out, const OperationalHaltMessage &msg) -> void
 
auto itch::print_impl (std::ostream &out, const AddOrderMessage &msg) -> void
 
auto itch::print_impl (std::ostream &out, const AddOrderMPIDAttributionMessage &msg) -> void
 
auto itch::print_impl (std::ostream &out, const OrderExecutedMessage &msg) -> void
 
auto itch::print_impl (std::ostream &out, const OrderExecutedWithPriceMessage &msg) -> void
 
auto itch::print_impl (std::ostream &out, const OrderCancelMessage &msg) -> void
 
auto itch::print_impl (std::ostream &out, const OrderDeleteMessage &msg) -> void
 
auto itch::print_impl (std::ostream &out, const OrderReplaceMessage &msg) -> void
 
auto itch::print_impl (std::ostream &out, const NonCrossTradeMessage &msg) -> void
 
auto itch::print_impl (std::ostream &out, const CrossTradeMessage &msg) -> void
 
auto itch::print_impl (std::ostream &out, const BrokenTradeMessage &msg) -> void
 
auto itch::print_impl (std::ostream &out, const NOIIMessage &msg) -> void
 
auto itch::print_impl (std::ostream &out, const RetailPriceImprovementIndicatorMessage &msg) -> void
 
auto itch::print_impl (std::ostream &out, const DLCRMessage &msg) -> void
 
auto itch::print_message (std::ostream &out, const Message &msg) -> void
 Dispatches to the print_impl overload matching the active alternative of msg and writes its formatted representation to out.
 
auto itch::operator<< (std::ostream &out, const Message &msg) -> std::ostream &
 Streams a formatted representation of msg to out.