|
kalshi-cpp 0.6.2
C++23 client for Kalshi's Predictions API
|
#include <kalshi/models.hpp>
Public Attributes | |
| std::int64_t | t {} |
| Event minute, unix milliseconds UTC. | |
| std::optional< double > | v |
| Published index value, Fahrenheit rounded to 0.01. | |
| std::string | status |
normal (every member contributed its exact-minute primary observation) or degraded (a member was absent, fallback-fed, or substituted by quality control; the value is equally settlement-eligible). | |
| std::optional< std::int64_t > | contributors |
| Number of accepted member stations backing the point. | |
| std::optional< std::string > | receipt_basis |
| Present only on points produced by the labelled historical backfill that seeds a city's series for the period before it went live. | |
| std::optional< std::vector< WeatherIndexStationReading > > | stations |
Per-station audit readings (only with detailed=true), sorted by station ID — every configured member's reported value and QC disposition before incorporation into the index. | |
| std::int64_t kalshi::WeatherIndexPoint::t {} |
Event minute, unix milliseconds UTC.
| std::optional<double> kalshi::WeatherIndexPoint::v |
Published index value, Fahrenheit rounded to 0.01.
| std::string kalshi::WeatherIndexPoint::status |
normal (every member contributed its exact-minute primary observation) or degraded (a member was absent, fallback-fed, or substituted by quality control; the value is equally settlement-eligible).
| std::optional<std::int64_t> kalshi::WeatherIndexPoint::contributors |
Number of accepted member stations backing the point.
| std::optional<std::string> kalshi::WeatherIndexPoint::receipt_basis |
Present only on points produced by the labelled historical backfill that seeds a city's series for the period before it went live.
| std::optional<std::vector<WeatherIndexStationReading> > kalshi::WeatherIndexPoint::stations |
Per-station audit readings (only with detailed=true), sorted by station ID — every configured member's reported value and QC disposition before incorporation into the index.