|
kalshi-cpp 0.6.2
C++23 client for Kalshi's Predictions API
|
Query parameters for get_market_candlesticks_by_event.
More...
#include <kalshi/models.hpp>
Public Attributes | |
| std::int64_t | start_ts {} |
| Start timestamp for the range. | |
| std::int64_t | end_ts {} |
| End timestamp for the range. | |
| std::int64_t | period_interval {} |
| Specifies the length of each candlestick period, in minutes. | |
Query parameters for get_market_candlesticks_by_event.
| std::int64_t kalshi::GetMarketCandlesticksByEventParams::start_ts {} |
Start timestamp for the range.
| std::int64_t kalshi::GetMarketCandlesticksByEventParams::end_ts {} |
End timestamp for the range.
| std::int64_t kalshi::GetMarketCandlesticksByEventParams::period_interval {} |
Specifies the length of each candlestick period, in minutes.