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

#include <kalshi/models.hpp>

Public Attributes

std::string city
 Index city ID.
 
std::string units
 Always celsius — offsets and the city reference are Celsius quantities from the index methodology (the published index value itself is Fahrenheit).
 
std::vector< WeatherIndexCalibration > calibrations
 Configuration records, ascending by effective time.
 

Member Data Documentation

◆ city

std::string kalshi::GetWeatherIndexCalibrationsResponse::city

Index city ID.

◆ units

std::string kalshi::GetWeatherIndexCalibrationsResponse::units

Always celsius — offsets and the city reference are Celsius quantities from the index methodology (the published index value itself is Fahrenheit).

◆ calibrations

std::vector<WeatherIndexCalibration> kalshi::GetWeatherIndexCalibrationsResponse::calibrations

Configuration records, ascending by effective time.


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