JayBeams  0.1
Another project to have fun coding.
messages.cpp
Go to the documentation of this file.
2 
3 namespace jb {
4 namespace itch5 {
5 namespace testing {
6 
10  jb::itch5::timestamp{std::chrono::nanoseconds(0)}},
11  stock_t(symbol),
12  market_category_t(u'Q'),
14  100,
15  roundlots_only_t('N'),
17  issue_subtype_t("C"),
18  authenticity_t(u'P'),
20  ipo_flag_t(u'N'),
22  etp_flag_t(u'N'),
23  0,
24  inverse_indicator_t(u'N')};
25 }
26 
27 } // namespace testing
28 } // namespace itch5
29 } // namespace jb
char_list_field< u 'Y', u 'N'> inverse_indicator_t
Represent the &#39;Inverse Indicator&#39; field on a &#39;Stock Directory&#39; message.
char_list_field< u 'Y', u 'N'> roundlots_only_t
Represent the &#39;Round Lots Only&#39; field on a &#39;Stock Directory&#39; message.
char_list_field< u 'A', u 'B', u 'C', u 'F', u 'I', u 'L', u 'N', u 'O', u 'P', u 'Q', u 'R', u 'S', u 'T', u 'U', u 'V', u 'W' > issue_classification_t
Represent the &#39;Issue Classification&#39; field on a &#39;Stock Directory&#39; message.
char_list_field< u 'Q', u 'G', u 'S', u 'N', u 'A', u 'P', u 'Z', u' ' > market_category_t
Represent the &#39;Market Category&#39; field on a &#39;Stock Directory&#39; message.
stock_directory_message create_stock_directory(char const *symbol)
Create a dummy jb::itch5::stock_directory_message for testing.
Definition: messages.cpp:7
char_list_field< u 'Y', u 'N', u' '> ipo_flag_t
Represent the &#39;IPO Flag&#39; field on a &#39;Stock Directory&#39; message.
char_list_field< u 'Y', u 'N', u' '> etp_flag_t
Represent the &#39;ETP Flag&#39; field on a &#39;Stock Directory&#39; message.
char_list_field< u 'P', u 'T' > authenticity_t
Represent the &#39;Authenticity&#39; field on a &#39;Stock Directory&#39; message.
char_list_field< u 'D', u 'E', u 'Q', u 'S', u 'G', u 'H', u 'J', u 'K', u 'C', u 'N', u' ' > financial_status_indicator_t
Represent the &#39;Financial Status Indicator&#39; field on a &#39;Stock Directory&#39; message.
jb::itch5::short_string_field< 8 > stock_t
Define the type used to represent the &#39;Stock&#39; field in many messages.
Definition: stock_field.hpp:18
Represent a ITCH-5.0 timestamp.
Definition: timestamp.hpp:17
char_list_field< u 'Y', u 'N', u' '> short_sale_threshold_indicator_t
Represent the &#39;Short Sale Threshold Indicator&#39; field on a &#39;Stock Directory&#39; message.
short_string_field< 2, validate_issue_subtype > issue_subtype_t
Represent the &#39;Issue Sub-Type&#39; field on a &#39;Stock Directory&#39; message.
Represent a &#39;Stock Directory&#39; message in the ITCH-5.0 protocol.
char_list_field< u '1', u '2', u' '> luld_reference_price_tier_t
Represent the &#39;LULD Reference Price Tier&#39; field on a &#39;Stock Directory&#39; message.
The top-level namespace for the JayBeams library.
Definition: as_hhmmss.hpp:7