orders_cancel_post

Function orders_cancel_post 

Source
pub async fn orders_cancel_post(
    configuration: &Configuration,
    order_id: &str,
    broker_account_id: Option<&str>,
) -> Result<Empty, Error<OrdersCancelPostError>>