Skip to main content

Module qp_protocol

Module qp_protocol 

Source
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§

GatewayResumeQuoteProvider
Gateway-authenticated reconnect request for an already-authenticated QP.
IndicativeQuote
A single indicative quote for an instrument.
QpResponseLeg
A leg in a QP’s firm quote response.
QpRfqLeg
A leg in an RFQ request sent to QPs.

Enums§

QpClientMessage
Messages sent from the QP or gateway to the API server.
QpServerMessage
Messages sent from the API server to the QP.

Type Aliases§

QpInboundMessage
Backwards-compatible names for API-side code.
QpOutboundMessage