|
kalshi-cpp 0.6.2
C++23 client for Kalshi's Predictions API
|
Query parameters for get_weather_index.
More...
#include <kalshi/models.hpp>
Public Attributes | |
| std::optional< std::int64_t > | from |
| Window start, unix milliseconds (inclusive). | |
| std::optional< std::int64_t > | to |
| Window end, unix milliseconds (inclusive). | |
| std::optional< std::int64_t > | last_sec |
Trailing window in seconds; equivalent to from=now-last_sec, to=now. | |
| std::optional< bool > | detailed |
| Include per-station audit readings on every point. | |
Query parameters for get_weather_index.
| std::optional<std::int64_t> kalshi::GetWeatherIndexParams::from |
Window start, unix milliseconds (inclusive).
| std::optional<std::int64_t> kalshi::GetWeatherIndexParams::to |
Window end, unix milliseconds (inclusive).
| std::optional<std::int64_t> kalshi::GetWeatherIndexParams::last_sec |
Trailing window in seconds; equivalent to from=now-last_sec, to=now.
| std::optional<bool> kalshi::GetWeatherIndexParams::detailed |
Include per-station audit readings on every point.