Expand description
RFQ and Quote message implementations (TAIP-18).
TAIP-18 was renamed from “Exchange” to “RFQ” (Request for Quote) in the May 2026 spec advance to Review. The body shape is unchanged: an RFQ initiates a request for cross-asset quotes, and a Quote responds with a firm price.
Exchange is kept as a type alias for Rfq to avoid breaking downstream
callers; on-the-wire messages bearing the legacy #Exchange type URI are
still accepted by the dispatcher in crate::message::tap_message_enum.
Structs§
Type Aliases§
- Exchange
- Backward-compatible alias for the renamed
Rfqmessage.