|
kalshi-cpp 0.6.2
C++23 client for Kalshi's Predictions API
|
#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 |
| std::string kalshi::GetWeatherIndexResponse::city |
Index city ID.
| std::optional<std::string> kalshi::GetWeatherIndexResponse::config_version |
Index configuration version of the newest returned point (e.g.
| std::string kalshi::GetWeatherIndexResponse::units |
Always fahrenheit.
| std::vector<WeatherIndexPoint> kalshi::GetWeatherIndexResponse::timeseries |