pub fn is_conditional_order_data(
trigger_px: Option<&str>,
tpsl: Option<&HyperliquidTpSl>,
) -> boolExpand description
Determines if an order is a conditional/trigger order based on order data.
ยงReturns
true if the order is a conditional order, false otherwise.