JayBeams
0.1
Another project to have fun coding.
jb
itch5
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
4
#include <
jb/itch5/short_string_field.hpp
>
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
*/
19
typedef
jb::itch5::short_string_field<4>
mpid_t
;
20
21
}
// namespace itch5
22
}
// namespace jb
23
24
#endif // jb_itch5_mpid_field_hpp
jb::itch5::mpid_t
jb::itch5::short_string_field< 4 > mpid_t
Define the type used to represent the 'MPID' field in many messages.
Definition:
mpid_field.hpp:19
short_string_field.hpp
jb::itch5::short_string_field< 4 >
jb
The top-level namespace for the JayBeams library.
Definition:
as_hhmmss.hpp:7
Generated by
1.8.13