Parity (Parent)

An open source technology platform for trading venues.

License

License

Categories

Categories

Parity Business Logic Libraries Financial
GroupId

GroupId

org.jvirtanen.parity
ArtifactId

ArtifactId

parity-parent
Last Version

Last Version

0.3.0
Release Date

Release Date

Type

Type

pom
Description

Description

Parity (Parent)
An open source technology platform for trading venues.
Project URL

Project URL

https://github.com/jvirtanen/parity
Source Code Management

Source Code Management

https://github.com/jvirtanen/parity

Download parity-parent

Filename Size
parity-parent-0.3.0.pom 5 KB
Browse

How to add to project

<!-- https://jarcasting.com/artifacts/org.jvirtanen.parity/parity-parent/ -->
<dependency>
    <groupId>org.jvirtanen.parity</groupId>
    <artifactId>parity-parent</artifactId>
    <version>0.3.0</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.jvirtanen.parity/parity-parent/
implementation 'org.jvirtanen.parity:parity-parent:0.3.0'
// https://jarcasting.com/artifacts/org.jvirtanen.parity/parity-parent/
implementation ("org.jvirtanen.parity:parity-parent:0.3.0")
'org.jvirtanen.parity:parity-parent:pom:0.3.0'
<dependency org="org.jvirtanen.parity" name="parity-parent" rev="0.3.0">
  <artifact name="parity-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.jvirtanen.parity', module='parity-parent', version='0.3.0')
)
libraryDependencies += "org.jvirtanen.parity" % "parity-parent" % "0.3.0"
[org.jvirtanen.parity/parity-parent "0.3.0"]

Dependencies

There are no dependencies for this project. It is a standalone project that does not depend on any other jars.

Project Modules

  • parity-client
  • parity-file
  • parity-match
  • parity-match-perf-test
  • parity-net
  • parity-reporter
  • parity-system
  • parity-ticker
  • parity-top
  • parity-util

Parity

Parity is an open source software platform for trading venues. It can be used to run a financial marketplace, develop algorithmic trading agents, or research market microstructure.

Parity requires Java Runtime Environment (JRE) 8 or newer.

Download

See the latest release on GitHub.

Modules

Parity contains the following applications:

  • Parity Trading System is a server application for running a financial exchange.

  • Parity FIX Gateway is a server application that adds Financial Information Exchange (FIX) support to the trading system.

  • Parity Terminal Client is a simple console application for entering orders into the trading system.

  • Parity Stock Ticker is a simple console application that displays the best prices and latest trades in the trading system.

  • Parity Trade Reporter is a simple console application that displays all occurred trades in the trading system.

See the Wiki for additional applications.

Parity contains the following libraries:

Parity contains the following test applications:

Build

Build Parity with Maven:

mvn package

Links

For more information on Parity:

License

Copyright 2014 Parity authors.

Released under the Apache License, Version 2.0. See LICENSE.txt for details.

Versions

Version
0.3.0
0.2.0
0.1.0