JayBeams
0.1
Another project to have fun coding.
|
This program receives MoldUDP64 packets containing ITCH-5.0 messges and generates the inside quotes in an ASCII (though potentially compressed) file. More...
#include <jb/itch5/generate_inside.hpp>
#include <jb/itch5/mold_udp_channel.hpp>
#include <jb/itch5/process_iostream.hpp>
#include <jb/itch5/udp_receiver_config.hpp>
#include <jb/fileio.hpp>
#include <jb/log.hpp>
#include <stdexcept>
#include <unordered_map>
Go to the source code of this file.
Namespaces | |
defaults | |
Define defaults for program parameters. | |
Macros | |
#define | KNOWN_ITCH5_MESSAGES |
Functions | |
int | main (int argc, char *argv[]) |
This program receives MoldUDP64 packets containing ITCH-5.0 messges and generates the inside quotes in an ASCII (though potentially compressed) file.
The program also generates statistics about the feed and the book build, using jb::offline_feed_statistics.
It reports the percentiles of "for each change in the inside, how long did it take to process the event, and what was the elapsed time since the last change to the inside".
Definition in file mold2inside.cpp.
#define KNOWN_ITCH5_MESSAGES |
Definition at line 47 of file mold2inside.cpp.
Referenced by main().
int main | ( | int | argc, |
char * | argv[] | ||
) |