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

#include <kalshi/models.hpp>

Public Attributes

bool is_auto_cancel_enabled {}
 Whether auto-cancel is enabled for this order group.
 
std::optional< FixedPointCount > contracts_limit_fp
 String representation of the current maximum contracts allowed over a rolling 15-second window.
 
std::vector< std::string > orders
 List of order IDs that belong to this order group.
 
std::optional< ExchangeIndex > exchange_index
 

Member Data Documentation

◆ is_auto_cancel_enabled

bool kalshi::GetOrderGroupResponse::is_auto_cancel_enabled {}

Whether auto-cancel is enabled for this order group.

◆ contracts_limit_fp

std::optional<FixedPointCount> kalshi::GetOrderGroupResponse::contracts_limit_fp

String representation of the current maximum contracts allowed over a rolling 15-second window.

◆ orders

std::vector<std::string> kalshi::GetOrderGroupResponse::orders

List of order IDs that belong to this order group.

◆ exchange_index

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

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