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

#include <kalshi/models.hpp>

Public Attributes

std::vector< std::string > market_tickers
 Array of market tickers in the event.
 
std::vector< std::vector< MarketCandlestick > > market_candlesticks
 Array of market candlestick arrays, one for each market in the event.
 
std::int64_t adjusted_end_ts {}
 Adjusted end timestamp if the requested candlesticks would be larger than maxAggregateCandidates.
 

Member Data Documentation

◆ market_tickers

std::vector<std::string> kalshi::GetEventCandlesticksResponse::market_tickers

Array of market tickers in the event.

◆ market_candlesticks

std::vector<std::vector<MarketCandlestick> > kalshi::GetEventCandlesticksResponse::market_candlesticks

Array of market candlestick arrays, one for each market in the event.

◆ adjusted_end_ts

std::int64_t kalshi::GetEventCandlesticksResponse::adjusted_end_ts {}

Adjusted end timestamp if the requested candlesticks would be larger than maxAggregateCandidates.


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