Skip to content

jkozlowski/icebook

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

icebook

icebook is a simple simulator for SETS iceberg order book in Java.

The application will read new orders from stdin, apply them to the order book and output to stdout any generated trades in the format defined by icebook .OutputFormatter#append(icebook.Trade), followed by the current state of the book in the format defined by icebook.OutputFormatter#append(icebook .OrderBook). Any errors will be printed to stderr.

The parsers assume well formed input.

licencing

See LICENCE.

requirements

  • Apache Maven
  • Java JDK 1.7

About

Simple simulator of SETS iceberg order book in Java.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages