From 951974ee223bc6e5ac9c60547b2a230a1ead69cc Mon Sep 17 00:00:00 2001 From: Piyush <110769678+PIYUSH-KUMAR1809@users.noreply.github.com> Date: Sun, 4 Jan 2026 19:50:43 +0530 Subject: [PATCH] Add OrderMatchingEngine to README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 3f44254..95b1af5 100644 --- a/README.md +++ b/README.md @@ -504,6 +504,7 @@ date conversion, scaling factor values, and filtering by the specified date. - [XAD](https://github.com/auto-differentiation/xad) - Automatic Differentation (AAD) Library - [TradeFrame](https://github.com/rburkholder/trade-frame) - C++ 17 based framework/library (with sample applications) for testing options based automated trading ideas using DTN IQ real time data feed and Interactive Brokers (TWS API) for trade execution. Comes with built-in [Option Greeks/IV](https://github.com/rburkholder/trade-frame/tree/master/lib/TFOptions) calculation library. - [Hikyuu](https://github.com/fasiondog/hikyuu) - A base on Python/C++ open source high-performance quant framework for faster analysis and backtesting, contains the complete trading system components for reuse and combination. You can use python or c++ freely. +- [OrderMatchingEngine](https://github.com/PIYUSH-KUMAR1809/order-matching-engine) - A production-grade, lock-free, high-frequency trading matching engine achieving 150M+ orders/sec. ## Frameworks