JayBeams  0.1
Another project to have fun coding.
mpid_field.hpp
Go to the documentation of this file.
1 #ifndef jb_itch5_mpid_field_hpp
2 #define jb_itch5_mpid_field_hpp
3 
5 
6 namespace jb {
7 namespace itch5 {
8 
9 /**
10  * Define the type used to represent the 'MPID' field in many
11  * messages.
12  *
13  * Some ITCH-5.0 messages need to include information about the Market
14  * Participant that the message refers to. For example, members of
15  * the NASDAQ exchange may chose to identify their orders instead of
16  * trading anonymously. In the NASDAQ exchange each participant
17  * receives a 4-letter (all uppercase) identifier.
18  */
20 
21 } // namespace itch5
22 } // namespace jb
23 
24 #endif // jb_itch5_mpid_field_hpp
jb::itch5::short_string_field< 4 > mpid_t
Define the type used to represent the &#39;MPID&#39; field in many messages.
Definition: mpid_field.hpp:19
The top-level namespace for the JayBeams library.
Definition: as_hhmmss.hpp:7