|
kalshi-cpp 0.6.2
C++23 client for Kalshi's Predictions API
|
Query parameters for get_event_forecast_percentiles_history.
More...
#include <kalshi/models.hpp>
Public Attributes | |
| std::vector< std::int64_t > | percentiles |
| Array of percentile values to retrieve (0-9999, max 10 values) | |
| std::int64_t | start_ts {} |
| Start timestamp for the range. | |
| std::int64_t | end_ts {} |
| End timestamp for the range. | |
| std::int64_t | period_interval {} |
| Specifies the length of each forecast period, in minutes. | |
Query parameters for get_event_forecast_percentiles_history.
| std::vector<std::int64_t> kalshi::GetEventForecastPercentilesHistoryParams::percentiles |
Array of percentile values to retrieve (0-9999, max 10 values)
| std::int64_t kalshi::GetEventForecastPercentilesHistoryParams::start_ts {} |
Start timestamp for the range.
| std::int64_t kalshi::GetEventForecastPercentilesHistoryParams::end_ts {} |
End timestamp for the range.
| std::int64_t kalshi::GetEventForecastPercentilesHistoryParams::period_interval {} |
Specifies the length of each forecast period, in minutes.