Skip to content

FIXTradingCommunity/fixp-specification

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

fixp-specification

This project contains specifications and resources for FIX Performance session layer (FIXP).

Protocol stack

FIXP is part of a family of protocols created by the High Performance Working Group of the FIX Trading Community. FIXP is a session layer protocol (layer 5).

Versions

The planned lifecycle of this project is to work iteratively in a series of release candidates. After each release candidate is approved, it will be exposed to public review. Issues may be entered here in GitHub or in a discussion forum on the FIX Trading Community site. When a version is considered complete, the last release candidate will be promoted to Draft Standard.

Promotion to final Technical Standard is contingent on successful public review and evidence of at least two interoperable implementations.

All approved versions of the FIXP specification are available as PDF documents at FIX Performance Session Layer (FIXP).

Version 1.1 Draft Standard

Version 1.1 was approved for publication by the Global Technical Committee on April 18, 2019. A guideline for using FIXP over Websocket transport has been added to the specification. Comments may be entered in the FIX discussion forum (https://forum.fixtrading.org/). Pull requests and issues may be entered in this GitHub project for errata or proposed enhancements.

Version 1.0 Technical Standard

Version 1.0 Technical Standard has been finalized and was approved for publication by the Global Technical Committee on April 15, 2021. Pull requests will only be accepted for errata.

Release Candidates and the Draft Standard for Version 1.0 are included here for reference only.

License

FIXP specifications are © Copyright 2014-2021 FIX Protocol Ltd.

Creative Commons License
FIX Performance Session Layer specification by FIX Protocol Ltd. is licensed under a Creative Commons Attribution-NoDerivatives 4.0 International License.
Based on a work at https://github.com/FIXTradingCommunity/fixp-specification.

Implementations

We will post links to open source implementations of FIXP. Implementors, contact one of the owners of this repository.

Reference Implementation: silverflash

An open-source implementation of FIXP is available in GitHub project FIXTradingCommunity/silverflash. That project also demonstrates FIX standards Simple Binary Encoding (SBE) and Simple Open Framing Header (SOFH).

Project Conga

Project Conga is a proof of concept of high performance FIX semantics over WebSocket with SBE and JSON encodings. At the session layer, it employs FIXP for session durability, reliability, and recoverability.