pub fn trigger_direction(
order_type: OrderType,
order_side: OrderSide,
is_stop_order: bool,
) -> Option<BybitTriggerDirection>Expand description
Returns the trigger direction for stop and MIT orders.
pub fn trigger_direction(
order_type: OrderType,
order_side: OrderSide,
is_stop_order: bool,
) -> Option<BybitTriggerDirection>Returns the trigger direction for stop and MIT orders.