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

#include <kalshi/models.hpp>

Public Attributes

std::string ticker
 Unique identifier for the market.
 
std::vector< MarketCandlestickHistorical > candlesticks
 Array of candlestick data points for the specified time range.
 

Member Data Documentation

◆ ticker

std::string kalshi::GetMarketCandlesticksHistoricalResponse::ticker

Unique identifier for the market.

◆ candlesticks

std::vector<MarketCandlestickHistorical> kalshi::GetMarketCandlesticksHistoricalResponse::candlesticks

Array of candlestick data points for the specified time range.


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