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

#include <kalshi/models.hpp>

Public Attributes

std::int64_t percentile {}
 The percentile value (0-9999).
 
double raw_numerical_forecast {}
 The raw numerical forecast value.
 
double numerical_forecast {}
 The processed numerical forecast value.
 
std::string formatted_forecast
 The human-readable formatted forecast value.
 

Member Data Documentation

◆ percentile

std::int64_t kalshi::PercentilePoint::percentile {}

The percentile value (0-9999).

◆ raw_numerical_forecast

double kalshi::PercentilePoint::raw_numerical_forecast {}

The raw numerical forecast value.

◆ numerical_forecast

double kalshi::PercentilePoint::numerical_forecast {}

The processed numerical forecast value.

◆ formatted_forecast

std::string kalshi::PercentilePoint::formatted_forecast

The human-readable formatted forecast value.


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