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

#include <kalshi/models.hpp>

Public Attributes

std::optional< std::int64_t > contracts_limit
 New 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 new maximum number of contracts that can be matched within this group over a rolling 15-second window.
 

Member Data Documentation

◆ contracts_limit

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

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

◆ contracts_limit_fp

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

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


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