Skip to content

Limit order book that implements a linear time matching algorithm.

Notifications You must be signed in to change notification settings

humdings/LimitBook

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

LimitBook

Python implementation of a limit order book.

The matching algorithm runs in linear time and is reasonably quick for Python. ~30-50K transactions per second depending on book size.

About

Limit order book that implements a linear time matching algorithm.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages