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.
- Host: GitHub
- URL: https://github.com/roq-trading/roq-fix-proxy
- Owner: roq-trading
- License: bsd-3-clause
- Created: 2025-01-25T06:30:43.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2025-09-03T04:06:12.000Z (9 months ago)
- Last Synced: 2025-09-03T06:09:38.465Z (9 months ago)
- Topics: cpp23, cpp26, fan-out, fix-protocol, load-balancer, proxy
- Language: C++
- Homepage: https://roq-trading.com/
- Size: 49.8 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
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.