|
kalshi-cpp 0.6.2
C++23 client for Kalshi's Predictions API
|
Real-time CF Benchmarks index value with trailing 60-second and quarter-hour averages. More...
#include <kalshi/ws_models.hpp>
Public Attributes | |
| std::string | index_id |
| CF Benchmarks index ID (for example "BRTI") | |
| std::int64_t | received_at {} |
| When Kalshi received the upstream frame (unix ms) | |
| std::string | data |
| The raw CF Benchmarks JSON frame, as a string. | |
| CfbenchmarksAvgData | avg_60s_data |
| Trailing 60-second average metadata. | |
| std::optional< CfbenchmarksAvgData > | last_60s_windowed_average_15min |
| Optional - present only during the final minute before quarter-hour close (:00, :15, :30, :45). | |
Real-time CF Benchmarks index value with trailing 60-second and quarter-hour averages.
| std::string kalshi::ws::CfbenchmarksValue::index_id |
CF Benchmarks index ID (for example "BRTI")
| std::int64_t kalshi::ws::CfbenchmarksValue::received_at {} |
When Kalshi received the upstream frame (unix ms)
| std::string kalshi::ws::CfbenchmarksValue::data |
The raw CF Benchmarks JSON frame, as a string.
| CfbenchmarksAvgData kalshi::ws::CfbenchmarksValue::avg_60s_data |
Trailing 60-second average metadata.
| std::optional<CfbenchmarksAvgData> kalshi::ws::CfbenchmarksValue::last_60s_windowed_average_15min |
Optional - present only during the final minute before quarter-hour close (:00, :15, :30, :45).