Function execute_increase_or_swap_order

Source
pub fn execute_increase_or_swap_order<'a, 'b, 'c, 'info>(
    ctx: CpiContext<'a, 'b, 'c, 'info, ExecuteIncreaseOrSwapOrder<'info>>,
    recent_timestamp: i64,
    execution_fee: u64,
    throw_on_execution_error: bool,
) -> Result<()>