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