Skip to content

mrochk/exchange

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Exchange

Market exchange simulation.

Screenshot

It is made from scratch, it does not not rely any third-party dependency except Go's stdlib.
The matching engine implements the Price/Time (First In First Out) algorithm.

For now, it is only possible to place the two "basic" types of orders (market and limit).
Canceling orders is not fully implemented yet, at least not efficiently.
This project should be rewritten in a much cleaner way and with better error handling when I'll have some time.

About

Market exchange order book simulation.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published