|
kalshi-cpp 0.6.2
C++23 client for Kalshi's Predictions API
|
#include <kalshi/models.hpp>
Public Attributes | |
| std::string | event_ticker |
| The event ticker this forecast is for. | |
| std::int64_t | end_period_ts {} |
| Unix timestamp for the inclusive end of the forecast period. | |
| std::int64_t | period_interval {} |
| Length of the forecast period in minutes. | |
| std::vector< PercentilePoint > | percentile_points |
| Array of forecast values at different percentiles. | |
| std::string kalshi::ForecastPercentilesPoint::event_ticker |
The event ticker this forecast is for.
| std::int64_t kalshi::ForecastPercentilesPoint::end_period_ts {} |
Unix timestamp for the inclusive end of the forecast period.
| std::int64_t kalshi::ForecastPercentilesPoint::period_interval {} |
Length of the forecast period in minutes.
| std::vector<PercentilePoint> kalshi::ForecastPercentilesPoint::percentile_points |
Array of forecast values at different percentiles.