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

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

Member Data Documentation

◆ exchange_index

ExchangeIndex kalshi::ExchangeIndexStatus::exchange_index {}

◆ description

std::string kalshi::ExchangeIndexStatus::description

Description of this exchange shard.

◆ exchange_active

bool kalshi::ExchangeIndexStatus::exchange_active {}

False if this exchange index is no longer taking any state changes at all.

◆ trading_active

bool kalshi::ExchangeIndexStatus::trading_active {}

True if trading is currently permitted on this exchange index.

◆ intra_exchange_transfers_active

bool kalshi::ExchangeIndexStatus::intra_exchange_transfers_active {}

True if intra-exchange transfers are currently permitted on this exchange index.


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