Skip to content

Releases: paritytrading/philadelphia

0.6.0

13 Aug 17:44
Compare
Choose a tag to compare

Release Notes

  • Extract Philadelphia FIX 4.2 module
  • Extract Philadelphia FIX 4.3 module
  • Extract Philadelphia FIX 4.4 module
  • Extract Philadelphia FIX 5.0 module
  • Extract Philadelphia FIX 5.0 SP1 module
  • Extract Philadelphia FIX 5.0 SP2 module
  • Extract Philadelphia FIXT 1.1 module
  • Add alias for CxlRejResponseTo(434) value
  • Add FIXValue#copyTo method
  • Clean up QuoteCondition(276) values
  • Make incoming CheckSum(10) check optional
  • Use direct byte buffer
  • Improve FIXSession performance
  • Improve project structure
  • Upgrade to Joda-Time 2.9.9

Maven

The following artifacts are available in the Central Repository:

Name Artifact ID Version
Philadelphia Core philadelphia-core 0.6.0
Philadelphia FIX 4.2 philadelphia-fix42 0.6.0
Philadelphia FIX 4.3 philadelphia-fix43 0.6.0
Philadelphia FIX 4.4 philadelphia-fix44 0.6.0
Philadelphia FIX 5.0 philadelphia-fix50 0.6.0
Philadelphia FIX 5.0 SP1 philadelphia-fix50sp1 0.6.0
Philadelphia FIX 5.0 SP2 philadelphia-fix50s2p 0.6.0
Philadelphia FIXT 1.1 philadelphia-fixt11 0.6.0

The Group ID for all artifacts is com.paritytrading.philadelphia.

0.5.0

08 Dec 09:37
Compare
Choose a tag to compare
  • Fix links in documentation
  • Add access to byte by index

0.4.0

08 Dec 09:40
Compare
Choose a tag to compare
  • Expose next incoming and outgoing MsgSeqNum(34)
  • Expose SenderCompID(49) and TargetCompID(56)
  • Fix handling of incoming message too long to fit into receive buffer

0.3.0

08 Dec 09:41
Compare
Choose a tag to compare
  • Move to com.paritytrading namespace

0.2.2

08 Dec 09:41
Compare
Choose a tag to compare
  • Add support for running data reception and transmission on different threads
  • Fix FIXT 1.1 support for inbound messages

0.2.1

08 Dec 09:41
Compare
Choose a tag to compare
  • Fix FIXT 1.1 support for outbound messages

0.2.0

08 Dec 09:42
Compare
Choose a tag to compare
  • Add session parameter to session status listener
  • Add FIXT 1.1 support
  • Handle incoming message too long to fit into receive buffer
  • Add terminal client
  • Add FIX 5.0 support
  • Add FIX 5.0 Service Pack 1 support
  • Add FIX 5.0 Service Pack 2 support
  • Upgrade to Java 8

0.1.0

08 Dec 09:42
Compare
Choose a tag to compare
  • Initial release