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