项目作者: upandey3

项目描述 :
Implementation of a simple matching engine and an order book for a stock exchange
高级语言: C++
项目地址: git://github.com/upandey3/MatchingEngine.git
创建时间: 2017-05-02T04:27:20Z
项目社区:https://github.com/upandey3/MatchingEngine

开源协议:

下载


MatchingEngine

Implemented a Matching engine and an orderbook for a specific product for a stock exchange.
Also implemented a test class that displays the full functionality of the Matching Engine.

The Matching Engine processes adding and canceling limit orders and executes trade when there is a
cross in the Orderbook.

Instructions
Compiling and running main.cpp would output all the test cases, demonstrating the full functionality