|
kalshi-cpp 0.6.2
C++23 client for Kalshi's Predictions API
|
Token-bucket budget for one rate-limit bucket. More...
#include <kalshi/models.hpp>
Public Attributes | |
| std::int64_t | refill_rate {} |
| Tokens added to the bucket per second. | |
| std::int64_t | bucket_capacity {} |
| Maximum tokens the bucket can hold. | |
Token-bucket budget for one rate-limit bucket.
| std::int64_t kalshi::BucketLimit::refill_rate {} |
Tokens added to the bucket per second.
| std::int64_t kalshi::BucketLimit::bucket_capacity {} |
Maximum tokens the bucket can hold.