|
kalshi-cpp 0.6.2
C++23 client for Kalshi's Predictions API
|
#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. | |
| std::int64_t kalshi::PercentilePoint::percentile {} |
The percentile value (0-9999).
| double kalshi::PercentilePoint::raw_numerical_forecast {} |
The raw numerical forecast value.
| double kalshi::PercentilePoint::numerical_forecast {} |
The processed numerical forecast value.
| std::string kalshi::PercentilePoint::formatted_forecast |
The human-readable formatted forecast value.