OrderBook
The task is to implement an order book. Exchange matching engines use an order book to match orders from buyers and sellers. Further instructions are in the pdf file. Note: This repo is the solution to an interview problem.
Solution to an interview problem to implement an Orderbook. Further instructions in the pdf file.
C++
OrderBook
The task is to implement an order book. Exchange matching engines use an order book to match orders from buyers and sellers. Further instructions are in the pdf file. Note: This repo is the solution to an interview problem.