v0.9.7
Summary
- [BREAKING CHANGE] The
order_id
field (used when client sends order actions) is now 48 bits wide requiring you to useuint64_t
. - roq-coinbase-pro now authenticates market data subscriptions.
- roq-cme has been certified.
- roq-tui to support order management directly from the terminal (useful together with CME's somewhat manual certification process).
- roq-sbe-publisher to multicast SBE encoded market data.
- A Risk Management framework including a template implementation (GitHub).
- A FIX Proxy template implementation demonstrating a client-facing front to the FIX Bridge.
- Various changes required support more dynamic order routing. (More advanced solutions planned with the following releases.)
Release notes can be found here.