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

#include <kalshi/models.hpp>

Public Attributes

std::string market_ticker
 Market ticker string (e.g., 'INXD-24JAN01').
 
std::vector< MarketCandlestick > candlesticks
 Array of candlestick data points for the market.
 

Member Data Documentation

◆ market_ticker

std::string kalshi::MarketCandlesticksResponse::market_ticker

Market ticker string (e.g., 'INXD-24JAN01').

◆ candlesticks

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

Array of candlestick data points for the market.


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