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

#include <kalshi/models.hpp>

Public Attributes

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

Member Data Documentation

◆ ticker

std::string kalshi::GetMarketCandlesticksResponse::ticker

Unique identifier for the market.

◆ candlesticks

std::vector<MarketCandlestick> kalshi::GetMarketCandlesticksResponse::candlesticks

Array of candlestick data points for the specified time range.


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