Skip to main content

Module response_encoder

Module response_encoder 

Source
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ยง

ResponseEncoder
Encoder for the trading wire protocol.