|
kalshi-cpp 0.6.2
C++23 client for Kalshi's Predictions API
|
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) | |
Trailing 60-second average metadata.
| std::string kalshi::ws::CfbenchmarksAvgData::value |
Average value over the window, formatted to 8 decimal places.
| std::int64_t kalshi::ws::CfbenchmarksAvgData::window_size {} |
Number of ticks counted in the window.
| std::int64_t kalshi::ws::CfbenchmarksAvgData::window_start_ts_ms {} |
Window start boundary (unix ms)
| std::int64_t kalshi::ws::CfbenchmarksAvgData::window_end_ts_exclusive {} |
Window end boundary, exclusive (unix ms)