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

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.
 

Detailed Description

Query parameters for get_market_candlesticks_by_event.

Member Data Documentation

◆ start_ts

std::int64_t kalshi::GetMarketCandlesticksByEventParams::start_ts {}

Start timestamp for the range.

◆ end_ts

std::int64_t kalshi::GetMarketCandlesticksByEventParams::end_ts {}

End timestamp for the range.

◆ period_interval

std::int64_t kalshi::GetMarketCandlesticksByEventParams::period_interval {}

Specifies the length of each candlestick period, in minutes.


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