/Exchange-Matching-Engine

An exchange matching engine that is a conceptual emulation of Nasdaq or NYSE. The system asynchronously handles buy, sell, and modify order requests from buyers and sellers in the market. The requests are asynchronously handled via an order book that will fill requests or keep them pending based on a FIFO matching algorithm.

Primary LanguageJava

Exchange-Matching-Engine