pub fn parse_order_update_msg(
msg: &BitmexOrderUpdateMsg,
instrument: &InstrumentAny,
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.