|
kalshi-cpp 0.6.2
C++23 client for Kalshi's Predictions API
|
#include <kalshi/models.hpp>
Public Attributes | |
| std::string | station_id |
| Member station ID (e.g. | |
| double | weight {} |
| Base weight (weights sum to 1.0 across members). | |
| double | offset_c {} |
| Station offset in Celsius (positive = station normally runs warmer than its peers). | |
| std::optional< std::string > | update_note |
Weekly-calibration disposition, present only on weekly calibration records: updated ... with the residual count, target, and applied adjustment, or insufficient ... when the prior offset was retained. | |
| std::string kalshi::WeatherIndexCalibrationStation::station_id |
Member station ID (e.g.
| double kalshi::WeatherIndexCalibrationStation::weight {} |
Base weight (weights sum to 1.0 across members).
| double kalshi::WeatherIndexCalibrationStation::offset_c {} |
Station offset in Celsius (positive = station normally runs warmer than its peers).
| std::optional<std::string> kalshi::WeatherIndexCalibrationStation::update_note |
Weekly-calibration disposition, present only on weekly calibration records: updated ... with the residual count, target, and applied adjustment, or insufficient ... when the prior offset was retained.