psakoglou / Exchange-Matching-Engine-EmulationLinks
This project implements an elementary version of a maching engine in a stock market exchange. It uses data structures and algorithms to describe an efficient system that handles asynchronous BUY and SELL requests from buyers and sellers on a pool of instruments. The system fills the requests or keeps them pending as per the availability, and kee…
☆34Updated 7 years ago
Alternatives and similar repositories for Exchange-Matching-Engine-Emulation
Users that are interested in Exchange-Matching-Engine-Emulation are comparing it to the libraries listed below
Sorting:
- A c++ matching engine with limit order book☆35Updated 10 years ago
- Multithreaded order matching engine in C++11 using FIX protocol for Linux/Windows☆37Updated 9 years ago
- Simple limit order book and matching engine.☆31Updated 2 years ago
- Dark Pool☆34Updated 5 years ago
- C++ trading and matching engine☆138Updated 7 years ago
- High-throughput / low-latency C++ application framework☆68Updated 2 years ago
- Exchange Server☆11Updated 4 years ago
- Implementation of a simple matching engine and an order book for a stock exchange☆13Updated 7 years ago
- A C++ ultra low latency trading engine with O(1) performance of order execution, order update, order cancel, O(log(n)) for order book ana…☆49Updated 4 years ago
- Quantitative Trading Library☆28Updated 9 years ago
- Playing with C++17 and performance