|
kalshi-cpp 0.6.2
C++23 client for Kalshi's Predictions API
|
#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 |
| std::string kalshi::OrderGroup::id |
Unique identifier for the order group.
| std::optional<FixedPointCount> kalshi::OrderGroup::contracts_limit_fp |
String representation of the current maximum contracts allowed over a rolling 15-second window.
| bool kalshi::OrderGroup::is_auto_cancel_enabled {} |
Whether auto-cancel is enabled for this order group.
| std::optional<ExchangeIndex> kalshi::OrderGroup::exchange_index |