Merge pull request #233 from PIYUSH-KUMAR1809/PIYUSH-KUMAR1809-patch-1

feat: Add OrderMatchingEngine to README.md
This commit is contained in:
Wilson Freitas
2026-01-07 07:33:54 -03:00
committed by GitHub
+1
View File
@@ -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