Limit Order Book
2.0.0
|
This is an implementation of the limit order book structure and matching algorithm for C++ (and Python through ctypes) for market data streaming.
Simply add [include/*.hpp](include) to your C++ project either by copying directly or using git submodules.
The preferred Python installation of limit-order-book
is from pip
:
You'll need to install the Visual-Studio 17.0 tools for Windows installation. The Visual Studio Community package provides these tools for free.
To run all the unit-test suites, run:
To run the C++ unit-test suite, run:
To run the Python unit-test suite, run:
To run the C++ benchmark code, run: