Skip to content
This repository was archived by the owner on Nov 20, 2023. It is now read-only.

Latest commit

 

History

History
14 lines (8 loc) · 1.03 KB

File metadata and controls

14 lines (8 loc) · 1.03 KB

Exchange Matching Engine

Build status Coverage Status

Naive implementation of stocks exchange matching engine using netmq and actor model.

The API of engine exposed via two TCP sockets - one for sending commands and second for receiving events.

The number of actors determinated based on number of logical processes on the machine. Here is a high level design of the application:

High Level Design

See unit test for working example.