Philadelphia

FIX engine for the JVM.

License

License

Categories

Categories

Philadelphia Business Logic Libraries Financial
GroupId

GroupId

org.jvirtanen.philadelphia
ArtifactId

ArtifactId

philadelphia
Last Version

Last Version

0.2.2
Release Date

Release Date

Type

Type

jar
Description

Description

Philadelphia
FIX engine for the JVM.

Download philadelphia

How to add to project

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

Dependencies

compile (1)

Group / Artifact Type Version
joda-time : joda-time jar 2.8.2

test (2)

Group / Artifact Type Version
junit : junit jar 4.11
org.jvirtanen.value : value jar 0.1.0

Project Modules

There are no modules declared in this project.

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.

Versions

Version
0.2.2
0.2.1
0.2.0
0.1.0