/Order-Matching-Engine

A simplified order matching engine for stock market

Primary LanguageC++GNU General Public License v3.0GPL-3.0

Order-Matching-Engine

A simplified order matching engine for stock market

Build Steps

Run the following steps:

  • cmake -S . -B build in main directory

  • cd build

  • cmake --build .

  • Run ctest to run all tests