JayBeams
0.1
Another project to have fun coding.
|
#include <jb/itch5/price_field.hpp>
#include <jb/itch5/quote_defaults.hpp>
#include <jb/feed_error.hpp>
#include <jb/log.hpp>
#include <functional>
#include <map>
#include <utility>
Go to the source code of this file.
Classes | |
class | jb::itch5::map_based_book_side< compare_t > |
Represent one side of the book. More... | |
struct | jb::itch5::map_based_order_book |
Define the types of buy and sell sides data structure. More... | |
class | jb::itch5::map_based_order_book::config |
Configure an map_based_order_book config object. More... | |
class | jb::itch5::map_based_book_side< compare_t > |
Represent one side of the book. More... | |
struct | jb::itch5::map_based_book_side< compare_t >::side< ordering, DUMMY > |
template specialization struct to handle differences between BUY and SELL version SELL side More... | |
struct | jb::itch5::map_based_book_side< compare_t >::side< std::greater< price4_t >, DUMMY > |
version BUY side More... | |
Namespaces | |
jb | |
The top-level namespace for the JayBeams library. | |
jb::itch5 | |
Contains classes and functions to parse NASDAQ ITCH-5.0 messages, more information about ITCH-5.0 can be found at: http://www.nasdaqtrader.com/content/technicalsupport/specifications/dataproducts/NQTVITCHSpecification.pdf. | |
struct jb::itch5::map_based_order_book |
Define the types of buy and sell sides data structure.
It is used as template parameter book_type of the template class order_book:
Definition at line 26 of file map_based_order_book.hpp.
Class Members | ||
---|---|---|
typedef map_based_book_side < greater< price4_t > > |
buys_t | |
typedef map_based_book_side < less< price4_t > > |
sells_t |