Search

Suggested keywords:
  • Java
  • Docker
  • Git
  • React
  • NextJs
  • Spring boot
  • Laravel

Fix8 - FIX (Financial Information eXchange Protocol) Framework

  • Share this:
post-title
A fresh approach to FIX (Financial Information eXchange Protocol). Statically compile your FIX xml schema and quickly build your FIX application on top. With low latency performance in mind, this framework is designed to streamline the development of custom FIX interfaces. Using one of the standard FIX schemas you can have a FIX client or server up and running very quickly.

Fix8 is a complete framework with a compiler and run-time library. Includes client/server session and connection classes; support for the standard FIX field types; FIX printer and async logger. Fix8 offers run-time custom fields and message recycling. Incorporates lock free queues, atomics and many other modern techniques. Since all the FIX message and field metatdata is statically compiled (with the exception of run-time custom fields), Fix8 may be suitable for embedded FIX applications. Fix8 currently supports FIX 4.0 to FIX 4.4, FIX 5.X and FIXT1.X.
http://fix8.org/
License:
Tech: