Skip to content

paulkoerbitz/orderbook

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

A simple Haskell implementation of an orderbook

Build Status

This is a simple implementation of an orderbook, written in about 100 lines of Haskell. It maintains buy and sell orders at different pricelevels and matches orders when bid and ask limits overlap.

Todo

  • Sides of the orderbook should be maintained by an (indexed) priority queue to support cancels and for efficiency
  • Implement cancels

About

A simple orderbook written in Haskell

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published