JayBeams
0.1
Another project to have fun coding.
jb
itch5
cross_type.hpp
Go to the documentation of this file.
1
#ifndef jb_itch5_cross_type_hpp
2
#define jb_itch5_cross_type_hpp
3
4
#include <
jb/itch5/char_list_field.hpp
>
5
6
namespace
jb
{
7
namespace
itch5 {
8
9
/**
10
* Represent the 'Cross Type' field on 'Cross Trade' and 'Net Order
11
* Imbalance Indicator' messages.
12
*/
13
typedef
char_list_field<u'O', u'C', u'H', u'I'>
cross_type_t
;
14
15
}
// namespace itch5
16
}
// namespace jb
17
18
#endif // jb_itch5_cross_type_hpp
jb::itch5::char_list_field< u 'O', u 'C', u 'H', u 'I'>
jb::itch5::cross_type_t
char_list_field< u 'O', u 'C', u 'H', u 'I'> cross_type_t
Represent the 'Cross Type' field on 'Cross Trade' and 'Net Order Imbalance Indicator' messages...
Definition:
cross_type.hpp:13
char_list_field.hpp
jb
The top-level namespace for the JayBeams library.
Definition:
as_hhmmss.hpp:7
Generated by
1.8.13