Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 243 Bytes

File metadata and controls

18 lines (13 loc) · 243 Bytes

Order Book Engine

A high-performance, C++ limit-order matching engine.

Build

```bash mkdir build && cd build cmake .. make ```

Usage

```bash ./ob_engine # starts the engine REPL ctest # runs unit tests ```