FAST protocol
The FAST protocol is a technology standard developed by FIX Protocol Ltd., specifically aimed at optimizing data representation on the network. It is used to support high-throughput, low latency data communications between financial institutions.
In particular, it is a technology standard that offers significant compression capabilities for the transport of high-volume market data feeds and ultra low latency applications.
History
Timeline
- 2004 Market Data optimization Working Group was formed
- 2005 Proof of Concept project
- 2006 FAST 1.0 released
- 2007 FAST 1.1 released
- 2009 FAST 1.2 proposed
Current version of FAST
The approved standard is currently at version 1.2, and is used in commercially available products. There are Open Source implementations of the Protocol available.Exchanges that have adopted FAST
- NYSE Archipelago
- CME Group
- International Securities Exchange
- NasdaqOMX
- SIX Swiss Exchange
- Eurex
- Xetra
- Bombay Stock Exchange
- BATS
- ICAP
- OPRA
- B3
- Nordic Growth Market
- Moscow Exchange
- Shanghai Stock Exchange
Open source implementations
Description | Language | URL | License | Notes |
FPL Reference Implementation | C | https://www.fixtrading.org/standards/fast/ | W3C Software License. | Not a complete implementation. Reference only. |
FPL Reference Implementation | C# | https://www.fixtrading.org/standards/fast/ | W3C Software License. | Not a complete implementation. Reference only. |
OpenFAST | Java | http://openfast.sourceforge.net/ | Mozilla Public License | Includes SCP 1.1 |
OpenFAST.NET | C# | Mozilla Public License | Includes SCP 1.1 | |
QuickFAST | C++ | New BSD License | Includes C# wrapper | |
goFAST | Golang | Apache License 2.0 | Not a complete implementation. |