JayBeams  0.1
Another project to have fun coding.
stock_field.hpp
Go to the documentation of this file.
1 #ifndef jb_itch5_stock_field_hpp
2 #define jb_itch5_stock_field_hpp
3 
5 
6 namespace jb {
7 namespace itch5 {
8 
9 /**
10  * Define the type used to represent the 'Stock' field in many
11  * messages.
12  *
13  * All the ITCH-5.0 messages that carry stock-specific information use
14  * an 8-byte alpha field to represent the stock symbol. Please see
15  * @ref securities-vs-symbols for some commentary on NASDAQ's naming
16  * conventions.
17  */
19 
20 } // namespace itch5
21 } // namespace jb
22 
23 #endif // jb_itch5_stock_field_hpp
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
The top-level namespace for the JayBeams library.
Definition: as_hhmmss.hpp:7