An open API service indexing awesome lists of open source software.

https://github.com/roq-trading/roq-fix-proxy

C++ FIX bridge front-end to support fan-out and load-balancing.
https://github.com/roq-trading/roq-fix-proxy

cpp23 cpp26 fan-out fix-protocol load-balancer proxy

Last synced: 9 months ago
JSON representation

C++ FIX bridge front-end to support fan-out and load-balancing.

Awesome Lists containing this project

README

          

FIX Proxy

!!! EXPERIMENTAL !!!

This project is the source for the roq-fix-proxy package.

All FIX business logic has been moved into the roq-fix library allowing us to fully separate the network layer.

Note! The roq-fix-proxy-2 package is the legacy implementation of the proxy where business logic was mixed with the network layer.