pub async fn request_executions_with_order_id(
    http_client: &impl HttpClient,
    order_id: &str
) -> Result<RestResponse<Executions>, Error>
Expand description

約定情報取得APIを呼び出す。注文IDを指定してAPIを呼び出す。