Skip to content
This repository was archived by the owner on Sep 9, 2025. It is now read-only.

FLOX-Foundation/tickdata_collector_example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Tick Data Collector Example

Prerequisites

  • Linux
  • git
  • g++-13
  • CMake ≥ 3.20
  • System libraries: OpenSSL, Zlib, pthread, curl
  • (Optional) Python 3 — for parsing and inspecting collected data

Clone

git clone --recurse-submodules <this repo>

Build

cmake -S . -B build
cmake --build build

Run

./build/tickdata_collector

Investigate Collected Data

python3 tools/parse_ticks.py log.csv 3

This will print the last 3 trades and book updates from the collected CSV file.

About

Example of simple tick data collector

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors