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

#include <kalshi/models.hpp>

Public Attributes

std::string id
 Unique identifier for the order group.
 
std::optional< FixedPointCount > contracts_limit_fp
 String representation of the current maximum contracts allowed over a rolling 15-second window.
 
bool is_auto_cancel_enabled {}
 Whether auto-cancel is enabled for this order group.
 
std::optional< ExchangeIndex > exchange_index
 

Member Data Documentation

◆ id

std::string kalshi::OrderGroup::id

Unique identifier for the order group.

◆ contracts_limit_fp

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

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

◆ is_auto_cancel_enabled

bool kalshi::OrderGroup::is_auto_cancel_enabled {}

Whether auto-cancel is enabled for this order group.

◆ exchange_index

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

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