|
kalshi-cpp 0.6.2
C++23 client for Kalshi's Predictions API
|
Real-time CF Benchmarks index value at up to 5 updates per second. More...
#include <kalshi/ws_models.hpp>
Public Attributes | |
| std::string | index_id |
| CF Benchmarks index ID (for example "BRTI") | |
| std::string | value_usd |
| Index value in USD, formatted with exactly 8 decimal places. | |
| std::int64_t | source_ts_ms {} |
| Upstream publication timestamp of the tick (unix ms) | |
| 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. | |
Real-time CF Benchmarks index value at up to 5 updates per second.
| std::string kalshi::ws::CfbenchmarksValue5Hz::index_id |
CF Benchmarks index ID (for example "BRTI")
| std::string kalshi::ws::CfbenchmarksValue5Hz::value_usd |
Index value in USD, formatted with exactly 8 decimal places.
| std::int64_t kalshi::ws::CfbenchmarksValue5Hz::source_ts_ms {} |
Upstream publication timestamp of the tick (unix ms)
| std::int64_t kalshi::ws::CfbenchmarksValue5Hz::received_at {} |
When Kalshi received the upstream frame (unix ms)
| std::string kalshi::ws::CfbenchmarksValue5Hz::data |
The raw CF Benchmarks JSON frame, as a string.