Parity Network Protocols specifies and implements network protocols used by the trading system.
Parity Network Protocols specifies and implements the following protocols:
-
POE: the native order entry protocol, used by market participants to enter orders into the trading system.
-
PMD: the native market data protocol, used by all parties interested in the state of the market.
-
PMR: the native market reporting protocol, used by market surveillance systems and post-trade processing systems.
Parity Network Protocols uses Nassau for NASDAQ transport protocol support.
Parity Network Protocols depends on the following libraries:
- Nassau Core 0.13.0
Add a Maven dependency to Parity Network Protocols:
<dependency>
<groupId>com.paritytrading.parity</groupId>
<artifactId>parity-net</artifactId>
<version><!-- latest release --></version>
</dependency>
See the latest release on GitHub.
Released under the Apache License, Version 2.0.