|
kalshi-cpp 0.6.2
C++23 client for Kalshi's Predictions API
|
#include <kalshi/models.hpp>
Public Attributes | |
| bool | exchange_active {} |
| False if the core Kalshi exchange is no longer taking any state changes at all. | |
| bool | trading_active {} |
| True if we are currently permitting trading on the exchange. | |
| std::optional< bool > | intra_exchange_transfers_active |
| True if intra-exchange transfers are currently permitted. | |
| std::optional< std::string > | exchange_estimated_resume_time |
| Estimated downtime for the current exchange maintenance window. | |
| std::optional< std::vector< ExchangeIndexStatus > > | exchange_index_statuses |
| Status of each exchange index. | |
| bool kalshi::ExchangeStatus::exchange_active {} |
False if the core Kalshi exchange is no longer taking any state changes at all.
| bool kalshi::ExchangeStatus::trading_active {} |
True if we are currently permitting trading on the exchange.
| std::optional<bool> kalshi::ExchangeStatus::intra_exchange_transfers_active |
True if intra-exchange transfers are currently permitted.
| std::optional<std::string> kalshi::ExchangeStatus::exchange_estimated_resume_time |
Estimated downtime for the current exchange maintenance window.
| std::optional<std::vector<ExchangeIndexStatus> > kalshi::ExchangeStatus::exchange_index_statuses |
Status of each exchange index.