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

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.
 

Detailed Description

Query parameters for get_market_candlesticks.

Member Data Documentation

◆ start_ts

std::int64_t kalshi::GetMarketCandlesticksParams::start_ts {}

Start timestamp (Unix timestamp).

◆ end_ts

std::int64_t kalshi::GetMarketCandlesticksParams::end_ts {}

End timestamp (Unix timestamp).

◆ period_interval

std::int64_t kalshi::GetMarketCandlesticksParams::period_interval {}

Time period length of each candlestick in minutes.

◆ include_latest_before_start

std::optional<bool> kalshi::GetMarketCandlesticksParams::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: