GitXplorerGitXplorer
j

icebook

public
1 stars
1 forks
0 issues

Commits

List of commits on branch master.
Unverified
5ac3a0faafc493aefb6c994a5796a17d64b2b37e

Bump version.

jjkozlowski committed 10 years ago
Unverified
3301e334423faefe4fe0a568fa7f07801a4bf547

Update README and LICENCE.

jjkozlowski committed 10 years ago
Unverified
7dff40ad0c7e548f999cc098868db41a5a3d19aa

New version of the code.

jjkozlowski committed 10 years ago
Unverified
eed5d821d3ac392b77e3a8d829c7f3b01c96355a

Fix the problem with JParsec dependency on different machines.

jjkozlowski committed 12 years ago
Unverified
076c25eccffa9f9d61f9fdcc81421bdbd9044944

Update README to include a call for bug reports.

jjkozlowski committed 12 years ago
Unverified
9d153db68131e209b198974a1c65c75a562d8c26

Use OptimisedOrderBook by default.

jjkozlowski committed 12 years ago

README

The README file for this repository.

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