pub async fn request_change_order(
    http_client: &impl HttpClient,
    order_id: &str,
    price: i64,
    losscut_price: Option<i64>
) -> Result<RestResponse<ChangeOrder>, Error>
Expand description

注文変更APIを呼び出す。