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

Simple actor model implementation

License

Notifications You must be signed in to change notification settings

jenyayel/ExchangeMatchingEngine

Repository files navigation

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.

About

Simple actor model implementation

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages