Expand description
Trading-side ResponseEncoder implementation.
Mirror of crate::request_decoder::RequestDecoder on the
outbound path: maps trading-shaped output payloads
(ExecutionReport, QueryResponse) to wire frames. Transport-
shaped variants (BatchEnd, EngineError) are handled by the
runtime directly and never reach this encoder.
Structsยง
- Response
Encoder - Encoder for the trading wire protocol.