Skip to content

ttldtor-dxFeed/dxfeed-c-api-test-tools

Repository files navigation

dxfeed-c-api-test-tools

git clone --recurse-submodules [email protected]:ttldtor/dxfeed-c-api-test-tools.git
cd dxfeed-c-api-test-tools
mkdir build
cd build
cmake ..
cmake --build .

mt-reader

The multi thread file (candle web service) reader

Example of use:

mt-reader <path to file 1> <path to file 2>

bench

The simple benchmark utility.

Supports only TimeAndSale, counts the average number of events per second and writes the result in CSV.

Example of use:

bench <endpoint> <event type> <symbol>

collision-detector

The utility for detecting hash collisions for symbols from IPF (file)

Example of use:

collision-detector <ipf-file-path>

plb-tester

Utility for checking the functioning of the PriceLevelBook class. PriceLevelBook subscribes to snapshot and collects price levels from orders.

Example of use:

plb-tester <endpoint> <symbol> <source> <number of levels>

<number of levels> - The PLB levels number (0 - all levels)

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published