JayBeams  0.1
Another project to have fun coding.
messages.hpp
Go to the documentation of this file.
1 #ifndef jb_itch5_testing_messages_hpp
2 #define jb_itch5_testing_messages_hpp
3 
5 
6 namespace jb {
7 namespace itch5 {
8 namespace testing {
9 
10 /// Create a dummy jb::itch5::stock_directory_message for testing.
11 stock_directory_message create_stock_directory(char const* symbol);
12 
13 } // namespace testing
14 } // namespace itch5
15 } // namespace jb
16 
17 #endif // jb_itch5_testing_messages_hpp
stock_directory_message create_stock_directory(char const *symbol)
Create a dummy jb::itch5::stock_directory_message for testing.
Definition: messages.cpp:7
The top-level namespace for the JayBeams library.
Definition: as_hhmmss.hpp:7