pub fn decode_cancel_replace(
buf: &[u8],
) -> Result<BinanceNewOrderResponse, SbeDecodeError>Expand description
Decodes the replacement order from a successful cancel-replace response.
ยงErrors
Returns an error for a malformed wrapper or an unsuccessful replacement.