|
ITCHCPP 1.6.0
High-Performance NASDAQ TotalView-ITCH 5.0 Parser & Market-Data Platform
|
The concrete policy for NASDAQ TotalView-ITCH 5.0 (the only venue implemented today). More...
#include <venue.hpp>
Static Public Member Functions | |
| static constexpr auto | name () noexcept -> std::string_view |
| The identifying name of this venue/protocol version. | |
| template<typename Visitor > | |
| static constexpr auto | for_each_message_type (Visitor &&visitor) -> void |
| Enumerates this venue's message-type registry. | |
The concrete policy for NASDAQ TotalView-ITCH 5.0 (the only venue implemented today).
New venues are added by writing another policy of the same shape and parameterizing the dispatch builder on it.
|
inlinestaticconstexprnoexcept |
|
inlinestaticconstexpr |
Enumerates this venue's message-type registry.
| Visitor | The visitor type; must be callable as visitor.template operator()<MsgType>(char). |
| visitor | The visitor invoked once per message type. |
Definition at line 55 of file venue.hpp.
References itch::detail::for_each_message_type().