kalshi-cpp 0.6.2
C++23 client for Kalshi's Predictions API
Loading...
Searching...
No Matches
kalshi::DeleteOrderGroupParams Struct Reference

Query parameters for delete_order_group. More...

#include <kalshi/models.hpp>

Public Attributes

std::optional< std::int64_t > subaccount
 Subaccount number (0 for primary, 1-63 for subaccounts).
 
std::optional< ExchangeIndex > exchange_index
 Identifier for an exchange shard.
 

Detailed Description

Query parameters for delete_order_group.

Member Data Documentation

◆ subaccount

std::optional<std::int64_t> kalshi::DeleteOrderGroupParams::subaccount

Subaccount number (0 for primary, 1-63 for subaccounts).

◆ exchange_index

std::optional<ExchangeIndex> kalshi::DeleteOrderGroupParams::exchange_index

Identifier for an exchange shard.


The documentation for this struct was generated from the following file: