Skip to main content

Module request_decoder

Module request_decoder 

Source
Expand description

Trading-side RequestDecoder implementation.

Owns the bytes -> melin_protocol::Request -> TradingEvent pipeline. Hides the wire enum behind the RequestDecoder trait so the server runtime never needs to pattern-match on application-shaped variants.

Structsยง

RequestDecoder
Decoder for the trading wire protocol.