|
kalshi-cpp 0.6.2
C++23 client for Kalshi's Predictions API
|
Query parameters for get_market_candlesticks.
More...
#include <kalshi/models.hpp>
Public Attributes | |
| std::int64_t | start_ts {} |
| Start timestamp (Unix timestamp). | |
| std::int64_t | end_ts {} |
| End timestamp (Unix timestamp). | |
| std::int64_t | period_interval {} |
| Time period length of each candlestick in minutes. | |
| std::optional< bool > | include_latest_before_start |
| If true, prepends the latest candlestick available before the start_ts. | |
Query parameters for get_market_candlesticks.
| std::int64_t kalshi::GetMarketCandlesticksParams::start_ts {} |
Start timestamp (Unix timestamp).
| std::int64_t kalshi::GetMarketCandlesticksParams::end_ts {} |
End timestamp (Unix timestamp).
| std::int64_t kalshi::GetMarketCandlesticksParams::period_interval {} |
Time period length of each candlestick in minutes.
| std::optional<bool> kalshi::GetMarketCandlesticksParams::include_latest_before_start |
If true, prepends the latest candlestick available before the start_ts.