Skip navigation links

Package com.paritytrading.philadelphia

An implementation of the FIX protocol.

See: Description

Package com.paritytrading.philadelphia Description

An implementation of the FIX protocol.

The implementation is based on the Java NIO API and consists of three primary functions:

Data reception can run on one thread and data transmission and connection keep-alive on another without locking. Data transmission and connection keep-alive can run on different threads but require locking.

The underlying socket channels can be either blocking or non-blocking. In both cases, data transmission always blocks.

Skip navigation links

Copyright © 2021. All rights reserved.