hotfix-http
Management endpoints and UI for the HotFIX engine.
This crate is an add-on for the HotFIX engine to provide useful APIs for admin actions, retrieving FIX session state and health information.
Optionally, it also provides a web-based UI to view and manage the session state.
Usage
hotfix-http build an axum router you can embed in your application in any way you like.
To build the router, just call build_router with the HotFIX session ref:
use build_router;
async
For a full example, check out the simple-new-order sample application.