|
kalshi-cpp 0.6.2
C++23 client for Kalshi's Predictions API
|
#include <kalshi/models.hpp>
Public Attributes | |
| ExchangeIndex | exchange_index {} |
| std::string | description |
| Description of this exchange shard. | |
| bool | exchange_active {} |
| False if this exchange index is no longer taking any state changes at all. | |
| bool | trading_active {} |
| True if trading is currently permitted on this exchange index. | |
| bool | intra_exchange_transfers_active {} |
| True if intra-exchange transfers are currently permitted on this exchange index. | |
| ExchangeIndex kalshi::ExchangeIndexStatus::exchange_index {} |
| std::string kalshi::ExchangeIndexStatus::description |
Description of this exchange shard.
| bool kalshi::ExchangeIndexStatus::exchange_active {} |
False if this exchange index is no longer taking any state changes at all.
| bool kalshi::ExchangeIndexStatus::trading_active {} |
True if trading is currently permitted on this exchange index.
| bool kalshi::ExchangeIndexStatus::intra_exchange_transfers_active {} |
True if intra-exchange transfers are currently permitted on this exchange index.