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ยง
- Request
Decoder - Decoder for the trading wire protocol.