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

Latest commit

 

History

History

net

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

Parity Network Protocols

Parity Network Protocols specifies and implements network protocols used by the trading system.

Features

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.

Dependencies

Parity Network Protocols depends on the following libraries:

Download

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.

License

Released under the Apache License, Version 2.0.