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

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.
 

Detailed Description

Query parameters for batch_get_market_candlesticks.

Member Data Documentation

◆ market_tickers

std::string kalshi::BatchGetMarketCandlesticksParams::market_tickers

Comma-separated list of market tickers (maximum 100)

◆ start_ts

std::int64_t kalshi::BatchGetMarketCandlesticksParams::start_ts {}

Start timestamp in Unix seconds.

◆ end_ts

std::int64_t kalshi::BatchGetMarketCandlesticksParams::end_ts {}

End timestamp in Unix seconds.

◆ period_interval

std::int64_t kalshi::BatchGetMarketCandlesticksParams::period_interval {}

Candlestick period interval in minutes.

◆ include_latest_before_start

std::optional<bool> kalshi::BatchGetMarketCandlesticksParams::include_latest_before_start

If true, prepends the latest candlestick available before the start_ts.


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