Implement exchange matching engine by lua script, run in redis
-
Updated
Dec 6, 2018 - Lua
Implement exchange matching engine by lua script, run in redis
An in memory orderbook
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.
Add a description, image, and links to the exchange-matching-engine topic page so that developers can more easily learn about it.
To associate your repository with the exchange-matching-engine topic, visit your repo's landing page and select "manage topics."