execute_decrease_order_v2

Function execute_decrease_order_v2 

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