pub fn parse_order_status_with_trigger(
status: HyperliquidOrderStatus,
trigger_activated: Option<bool>,
) -> (OrderStatus, Option<String>)Expand description
Extracts order status from WebSocket order data.
ยงReturns
A tuple of (OrderStatus, optional trigger status string).