Philadelphia (Parent)

FIX engine for the JVM.

License

License

Categories

Categories

Philadelphia Business Logic Libraries Financial
GroupId

GroupId

org.jvirtanen.philadelphia
ArtifactId

ArtifactId

philadelphia-parent
Last Version

Last Version

0.2.2
Release Date

Release Date

Type

Type

pom
Description

Description

Philadelphia (Parent)
FIX engine for the JVM.
Project URL

Project URL

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

Source Code Management

https://github.com/jvirtanen/philadelphia

Download philadelphia-parent

How to add to project

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

Dependencies

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

Project Modules

  • philadelphia-acceptor
  • philadelphia-client
  • philadelphia-initiator
  • philadelphia-perf-test
  • philadelphia

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