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

#include <kalshi/models.hpp>

Public Attributes

std::optional< std::int64_t > subaccount
 Optional subaccount number to use for this order group (0 for primary, 1-63 for subaccounts).
 
std::optional< std::int64_t > contracts_limit
 Specifies the maximum number of contracts that can be matched within this group over a rolling 15-second window.
 
std::optional< FixedPointCount > contracts_limit_fp
 String representation of the maximum number of contracts that can be matched within this group over a rolling 15-second window.
 
std::optional< ExchangeIndex > exchange_index
 Identifier for an exchange shard.
 

Member Data Documentation

◆ subaccount

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

Optional subaccount number to use for this order group (0 for primary, 1-63 for subaccounts).

◆ contracts_limit

std::optional<std::int64_t> kalshi::CreateOrderGroupRequest::contracts_limit

Specifies the maximum number of contracts that can be matched within this group over a rolling 15-second window.

◆ contracts_limit_fp

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

String representation of the maximum number of contracts that can be matched within this group over a rolling 15-second window.

◆ exchange_index

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

Identifier for an exchange shard.


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