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

#include <kalshi/models.hpp>

Public Attributes

std::string order_group_id
 The unique identifier for the created order group.
 
std::int64_t subaccount {}
 Subaccount number that owns the created order group (0 for primary, 1-63 for subaccounts).
 
std::optional< ExchangeIndex > exchange_index
 

Member Data Documentation

◆ order_group_id

std::string kalshi::CreateOrderGroupResponse::order_group_id

The unique identifier for the created order group.

◆ subaccount

std::int64_t kalshi::CreateOrderGroupResponse::subaccount {}

Subaccount number that owns the created order group (0 for primary, 1-63 for subaccounts).

◆ exchange_index

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

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