Skip to content
This repository has been archived by the owner on Feb 10, 2022. It is now read-only.

Latest commit

 

History

History
30 lines (19 loc) · 600 Bytes

README.md

File metadata and controls

30 lines (19 loc) · 600 Bytes

Parity Order Book

Parity Order Book implements high-performance order book reconstruction on the JVM.

Dependencies

Parity Order Book depends on the following libraries:

  • fastutil 8.1.0

Download

Add a Maven dependency to Parity Order Book:

<dependency>
  <groupId>com.paritytrading.parity</groupId>
  <artifactId>parity-book</artifactId>
  <version><!-- latest release --></version>
</dependency>

See the latest release on GitHub.

License

Released under the Apache License, Version 2.0.