|
kalshi-cpp 0.6.2
C++23 client for Kalshi's Predictions API
|
Query parameters for batch_get_market_candlesticks.
More...
#include <kalshi/models.hpp>
Public Attributes | |
| std::string | market_tickers |
| Comma-separated list of market tickers (maximum 100) | |
| std::int64_t | start_ts {} |
| Start timestamp in Unix seconds. | |
| std::int64_t | end_ts {} |
| End timestamp in Unix seconds. | |
| std::int64_t | period_interval {} |
| Candlestick period interval in minutes. | |
| std::optional< bool > | include_latest_before_start |
| If true, prepends the latest candlestick available before the start_ts. | |
Query parameters for batch_get_market_candlesticks.
| std::string kalshi::BatchGetMarketCandlesticksParams::market_tickers |
Comma-separated list of market tickers (maximum 100)
| std::int64_t kalshi::BatchGetMarketCandlesticksParams::start_ts {} |
Start timestamp in Unix seconds.
| std::int64_t kalshi::BatchGetMarketCandlesticksParams::end_ts {} |
End timestamp in Unix seconds.
| std::int64_t kalshi::BatchGetMarketCandlesticksParams::period_interval {} |
Candlestick period interval in minutes.
| std::optional<bool> kalshi::BatchGetMarketCandlesticksParams::include_latest_before_start |
If true, prepends the latest candlestick available before the start_ts.