Function anchor_spl::dex::cancel_order_v2

source ·
pub fn cancel_order_v2<'info>(
    ctx: CpiContext<'_, '_, '_, 'info, CancelOrderV2<'info>>,
    side: Side,
    order_id: u128
) -> Result<()>
Available on crate feature dex only.