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) · 629 Bytes

README.md

File metadata and controls

30 lines (19 loc) · 629 Bytes

Parity Matching Algorithm

Parity Matching Algorithm implements the matching algorithm used by the trading system.

Dependencies

Parity Matching Algorithm depends on the following libraries:

  • fastutil 8.1.0

Download

Add a Maven dependency to Parity Matching Algorithm:

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

See the latest release on GitHub.

License

Released under the Apache License, Version 2.0.