fix-simple-binary-encoding
A FIX standard for binary message encoding (by FIXTradingCommunity)
DistributedATS
DistributedATS is a FIX Protocol based multi matching engine exchange(CLOB) that integrates QuickFIX and LiquiBook over DDS (by mkipnis)
fix-simple-binary-encoding | DistributedATS | |
---|---|---|
1 | 1 | |
291 | 86 | |
1.4% | - | |
2.9 | 7.0 | |
2 months ago | about 1 month ago | |
HTML | C++ | |
GNU General Public License v3.0 or later | GNU General Public License v3.0 or later |
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
fix-simple-binary-encoding
Posts with mentions or reviews of fix-simple-binary-encoding.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2023-04-17.
-
sbepp: C++ implementation of the FIX Simple Binary Encoding
You're welcome :) That issue is pretty old, SBE now supports having additional `numGroups`, `numVarDataFields` in message/group header but it doesn't solve the problem. I explained it in more details in this issue.
DistributedATS
Posts with mentions or reviews of DistributedATS.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2022-11-19.
-
Low-latency Systems Experience and Side Projects
Several open-source projects can give you a head start. QuickFIX https://github.com/quickfix/quickfix FIX is the ABC of electronic trading. FIX is not a low-latency protocol, but it covers all aspects of electronic trading, from authentication to market data to order entry to post-trade reporting. Every trading venue supports FIX, so you must be familiar with it. QuickFIX provides FIX Server and Client implementations for all versions used on the street and python wrappers for all components. LiquiBook https://github.com/enewhuis/liquibook LiquiBook is an example of a low-latency matching engine. This project should give you an idea of how exchange matches orders. Itch-order-book https://github.com/charles-cooper/itch-order-book Itch-order-book is an example of a low-latency code to process market data. This project is an example of how to process millions of order book changes per second. ITCH is a low-latency market data protocol used by NASDAQ DistirbutedATS https://github.com/mkipnis/DistributedATS DistirbutedATS integrates QuickFIX and LiquiBook to create a simple yet functional exchange. DistributedATS is my experimental project so let me know if you have any questions.
What are some alternatives?
When comparing fix-simple-binary-encoding and DistributedATS you can also consider the following projects:
sbepp - C++ implementation of the FIX Simple Binary Encoding
exchange-core - Ultra-fast matching engine written in Java based on LMAX Disruptor, Eclipse Collections, Real Logic Agrona, OpenHFT, LZ4 Java, and Adaptive Radix Trees.
SSRP - The Simple Signal Replication Protocol is an application-level protocol with the lightness and speed necessary for distributed and collaborative information systems.
liquibook - Modern C++ order matching engine
Philadelphia - Fast FIX protocol library for the JVM
exchange-core - Ultra-fast matching engine written in Java based on LMAX Disruptor, Eclipse Collections, Real Logic Agrona, OpenHFT, LZ4 Java, and Adaptive Radix Trees. [Moved to: https://github.com/exchange-core/exchange-core]