- Linux
- git
- g++-13
- CMake ≥ 3.20
- System libraries: OpenSSL, Zlib, pthread, curl
- (Optional) Python 3 — for parsing and inspecting collected data
git clone --recurse-submodules <this repo>cmake -S . -B build
cmake --build build./build/tickdata_collectorpython3 tools/parse_ticks.py log.csv 3This will print the last 3 trades and book updates from the collected CSV file.