Parity (Parent)

An open source technology platform for trading venues.

Лицензия

Лицензия

Категории

Категории

Parity Прикладные библиотеки Financial
Группа

Группа

com.paritytrading.parity
Идентификатор

Идентификатор

parity-parent
Последняя версия

Последняя версия

0.7.0
Дата

Дата

Тип

Тип

pom
Описание

Описание

Parity (Parent)
An open source technology platform for trading venues.
Ссылка на сайт

Ссылка на сайт

https://github.com/paritytrading/parity
Система контроля версий

Система контроля версий

https://github.com/paritytrading/parity

Скачать parity-parent

Имя Файла Размер
parity-parent-0.7.0.pom 6 KB
Обзор

Как подключить последнюю версию

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

Зависимости

Библиотека не имеет зависимостей. Это самодостаточное приложение, которое не зависит ни от каких других библиотек.

Модули Проекта

  • libraries/book
  • libraries/file
  • libraries/match
  • libraries/net
  • libraries/util
  • applications/client
  • applications/fix
  • applications/reporter
  • applications/system
  • applications/ticker
  • tests/book-perf-test
  • tests/match-perf-test

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.

com.paritytrading.parity

Parity

Open source trading infrastructure

Версии библиотеки

Версия
0.7.0
0.6.0
0.5.0
0.4.0