Parity Matching Algorithm implements the matching algorithm used by the trading system.
Parity Matching Algorithm depends on the following libraries:
- fastutil 8.1.0
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.
Released under the Apache License, Version 2.0.