Expand description
Quote Provider WebSocket protocol for /ws/quotes.
The stable wire DTOs live in hypercall-ws-protocol. This module is a
compatibility re-export so existing hypercall_types::qp_protocol imports
use the same protocol definitions as the gateway and clients.
Structs§
- Gateway
Resume Quote Provider - Gateway-authenticated reconnect request for an already-authenticated QP.
- Indicative
Quote - A single indicative quote for an instrument.
- QpResponse
Leg - A leg in a QP’s firm quote response.
- QpRfq
Leg - A leg in an RFQ request sent to QPs.
Enums§
- QpClient
Message - Messages sent from the QP or gateway to the API server.
- QpServer
Message - Messages sent from the API server to the QP.
Type Aliases§
- QpInbound
Message - Backwards-compatible names for API-side code.
- QpOutbound
Message