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

#include <kalshi/models.hpp>

Public Attributes

std::int64_t computed_ts {}
 Unix timestamp (seconds) when this progress was computed; trailing_30d_volume_fp covers the trailing 30 days ending at this time.
 
FixedPointCount trailing_30d_volume_fp
 
std::vector< AccountApiUsageLevelVolumeGoal > goals
 

Member Data Documentation

◆ computed_ts

std::int64_t kalshi::AccountApiUsageLevelVolumeProgress::computed_ts {}

Unix timestamp (seconds) when this progress was computed; trailing_30d_volume_fp covers the trailing 30 days ending at this time.

◆ trailing_30d_volume_fp

FixedPointCount kalshi::AccountApiUsageLevelVolumeProgress::trailing_30d_volume_fp

◆ goals

std::vector<AccountApiUsageLevelVolumeGoal> kalshi::AccountApiUsageLevelVolumeProgress::goals

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