JayBeams
0.1
Another project to have fun coding.
jb
itch5
buy_sell_indicator.hpp
Go to the documentation of this file.
1
#ifndef jb_itch5_buy_sell_indicator_hpp
2
#define jb_itch5_buy_sell_indicator_hpp
3
4
#include <
jb/itch5/char_list_field.hpp
>
5
6
namespace
jb
{
7
namespace
itch5 {
8
9
/**
10
* Represent the 'Buy/Sell Indicator' field on several messages.
11
*/
12
typedef
char_list_field<u'S', u'B'>
buy_sell_indicator_t
;
13
14
}
// namespace itch5
15
}
// namespace jb
16
17
#endif // jb_itch5_buy_sell_indicator_hpp
jb::itch5::buy_sell_indicator_t
char_list_field< u 'S', u 'B'> buy_sell_indicator_t
Represent the 'Buy/Sell Indicator' field on several messages.
Definition:
buy_sell_indicator.hpp:12
jb::itch5::char_list_field< u 'S', u 'B'>
char_list_field.hpp
jb
The top-level namespace for the JayBeams library.
Definition:
as_hhmmss.hpp:7
Generated by
1.8.13