Function execute_decrease_order

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