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

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.
 

Detailed Description

Real-time CF Benchmarks index value at up to 5 updates per second.

Member Data Documentation

◆ index_id

std::string kalshi::ws::CfbenchmarksValue5Hz::index_id

CF Benchmarks index ID (for example "BRTI")

◆ value_usd

std::string kalshi::ws::CfbenchmarksValue5Hz::value_usd

Index value in USD, formatted with exactly 8 decimal places.

◆ source_ts_ms

std::int64_t kalshi::ws::CfbenchmarksValue5Hz::source_ts_ms {}

Upstream publication timestamp of the tick (unix ms)

◆ received_at

std::int64_t kalshi::ws::CfbenchmarksValue5Hz::received_at {}

When Kalshi received the upstream frame (unix ms)

◆ data

std::string kalshi::ws::CfbenchmarksValue5Hz::data

The raw CF Benchmarks JSON frame, as a string.


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