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

Trailing 60-second average metadata. More...

#include <kalshi/ws_models.hpp>

Public Attributes

std::string value
 Average value over the window, formatted to 8 decimal places.
 
std::int64_t window_size {}
 Number of ticks counted in the window.
 
std::int64_t window_start_ts_ms {}
 Window start boundary (unix ms)
 
std::int64_t window_end_ts_exclusive {}
 Window end boundary, exclusive (unix ms)
 

Detailed Description

Trailing 60-second average metadata.

Member Data Documentation

◆ value

std::string kalshi::ws::CfbenchmarksAvgData::value

Average value over the window, formatted to 8 decimal places.

◆ window_size

std::int64_t kalshi::ws::CfbenchmarksAvgData::window_size {}

Number of ticks counted in the window.

◆ window_start_ts_ms

std::int64_t kalshi::ws::CfbenchmarksAvgData::window_start_ts_ms {}

Window start boundary (unix ms)

◆ window_end_ts_exclusive

std::int64_t kalshi::ws::CfbenchmarksAvgData::window_end_ts_exclusive {}

Window end boundary, exclusive (unix ms)


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