Philadelphia Terminal Client

FIX engine for the JVM.

Лицензия

Лицензия

Категории

Категории

CLI Взаимодействие с пользователем Parity Прикладные библиотеки Financial Philadelphia
Группа

Группа

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

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

philadelphia-client
Последняя версия

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

0.5.0
Дата

Дата

Тип

Тип

jar
Описание

Описание

Philadelphia Terminal Client
FIX engine for the JVM.

Скачать philadelphia-client

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

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

Зависимости

compile (7)

Идентификатор библиотеки Тип Версия
com.paritytrading.philadelphia : philadelphia jar 0.5.0
com.typesafe : config jar 1.3.0
jline : jline jar 2.12
org.eclipse.collections : eclipse-collections-api jar 7.0.0
org.eclipse.collections : eclipse-collections jar 7.0.0
org.jvirtanen.config : config-extras jar 0.1.0
org.jvirtanen.util : util-extras jar 0.1.0

test (1)

Идентификатор библиотеки Тип Версия
junit : junit jar 4.11

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

Данный проект не имеет модулей.

Philadelphia

Philadelphia is a low-latency Financial Information Exchange (FIX) engine for the JVM.

You can use Philadelphia to connect to stock exchanges, brokerage firms, and other network endpoints that use the FIX protocol. You can also use it to provide your own services using the FIX protocol.

Philadelphia is designed to exhibit low and predictable latency. To achieve this, it supports non-blocking, zero-copy networking and does not allocate any memory on message reception or transmission. It can achieve 7.7 µs round-trip time (RTT) over the loopback interface.

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

Download

See the latest release on GitHub.

Modules

Philadelphia contains the following libraries:

See the FIX Trading Community for the protocol specifications and Philadelphia Extras for additional FIX dialects.

Philadelphia contains the following applications:

  • Terminal Client is a simple console application for interacting with a FIX acceptor.

  • Code Generator is a simple console application for generating Philadelphia profiles for FIX dialects.

Philadelphia contains the following example applications:

Philadelphia contains the following test applications:

  • Performance Test contains microbenchmarks for the FIX protocol implementation.

Links

For more information on Philadelphia:

License

Copyright 2015 Philadelphia authors.

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

com.paritytrading.philadelphia

Parity

Open source trading infrastructure

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

Версия
0.5.0
0.4.0
0.3.0