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

#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.
 

Member Data Documentation

◆ exchange_active

bool kalshi::ExchangeStatus::exchange_active {}

False if the core Kalshi exchange is no longer taking any state changes at all.

◆ trading_active

bool kalshi::ExchangeStatus::trading_active {}

True if we are currently permitting trading on the exchange.

◆ intra_exchange_transfers_active

std::optional<bool> kalshi::ExchangeStatus::intra_exchange_transfers_active

True if intra-exchange transfers are currently permitted.

◆ exchange_estimated_resume_time

std::optional<std::string> kalshi::ExchangeStatus::exchange_estimated_resume_time

Estimated downtime for the current exchange maintenance window.

◆ exchange_index_statuses

std::optional<std::vector<ExchangeIndexStatus> > kalshi::ExchangeStatus::exchange_index_statuses

Status of each exchange index.


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