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