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

#include <kalshi/models.hpp>

Public Attributes

std::string city
 Index city ID.
 
std::optional< std::string > config_version
 Index configuration version of the newest returned point (e.g.
 
std::string units
 Always fahrenheit.
 
std::vector< WeatherIndexPoint > timeseries
 

Member Data Documentation

◆ city

std::string kalshi::GetWeatherIndexResponse::city

Index city ID.

◆ config_version

std::optional<std::string> kalshi::GetWeatherIndexResponse::config_version

Index configuration version of the newest returned point (e.g.

◆ units

std::string kalshi::GetWeatherIndexResponse::units

Always fahrenheit.

◆ timeseries

std::vector<WeatherIndexPoint> kalshi::GetWeatherIndexResponse::timeseries

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