|
kalshi-cpp 0.6.2
C++23 client for Kalshi's Predictions API
|
#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. | |
| std::vector<std::string> kalshi::GetEventCandlesticksResponse::market_tickers |
Array of market tickers in the event.
| std::vector<std::vector<MarketCandlestick> > kalshi::GetEventCandlesticksResponse::market_candlesticks |
Array of market candlestick arrays, one for each market in the event.
| std::int64_t kalshi::GetEventCandlesticksResponse::adjusted_end_ts {} |
Adjusted end timestamp if the requested candlesticks would be larger than maxAggregateCandidates.