Skip to content

Latest commit

 

History

History
35 lines (22 loc) · 798 Bytes

README.md

File metadata and controls

35 lines (22 loc) · 798 Bytes

Parity File Formats

Parity File Formats specifies and implements file formats used by the trading system.

Features

Parity File Formats specifies and implements the following formats:

  • TAQ: a historical market data file format that consists of the best bids and offers (BBOs) and trades.

Dependencies

Parity File Formats does not depend on other libraries.

Download

Add a Maven dependency to Parity File Formats:

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

See the latest release on GitHub.

License

Released under the Apache License, Version 2.0.