pub fn parse_order_update_msg(
msg: &BitmexOrderUpdateMsg,
price_precision: u8,
account_id: AccountId,
) -> Option<OrderUpdated>
Expand description
Parse a BitMEX WebSocket order update message into a Nautilus OrderUpdated
event.
This handles partial updates where only changed fields are present.