kalshi-cpp 0.6.2
C++23 client for Kalshi's Predictions API
Loading...
Searching...
No Matches
kalshi::ForecastPercentilesPoint Struct Reference

#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.
 

Member Data Documentation

◆ event_ticker

std::string kalshi::ForecastPercentilesPoint::event_ticker

The event ticker this forecast is for.

◆ end_period_ts

std::int64_t kalshi::ForecastPercentilesPoint::end_period_ts {}

Unix timestamp for the inclusive end of the forecast period.

◆ period_interval

std::int64_t kalshi::ForecastPercentilesPoint::period_interval {}

Length of the forecast period in minutes.

◆ percentile_points

std::vector<PercentilePoint> kalshi::ForecastPercentilesPoint::percentile_points

Array of forecast values at different percentiles.


The documentation for this struct was generated from the following file: