|
kalshi-cpp 0.6.2
C++23 client for Kalshi's Predictions API
|
#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. | |
| std::string kalshi::GetMarketCandlesticksResponse::ticker |
Unique identifier for the market.
| std::vector<MarketCandlestick> kalshi::GetMarketCandlesticksResponse::candlesticks |
Array of candlestick data points for the specified time range.