|
kalshi-cpp 0.6.2
C++23 client for Kalshi's Predictions API
|
#include <kalshi/models.hpp>
Public Attributes | |
| std::int64_t | end_period_ts {} |
| Unix timestamp for the inclusive end of the candlestick period. | |
| BidAskDistributionHistorical | yes_bid |
| Open, high, low, close (OHLC) data for YES buy offers on the market during the candlestick period. | |
| BidAskDistributionHistorical | yes_ask |
| Open, high, low, close (OHLC) data for YES sell offers on the market during the candlestick period. | |
| PriceDistributionHistorical | price |
| Open, high, low, close (OHLC) and more data for trade YES contract prices on the market during the candlestick period. | |
| FixedPointCount | volume |
| String representation of the number of contracts bought on the market during the candlestick period. | |
| FixedPointCount | open_interest |
| String representation of the number of contracts bought on the market by end of the candlestick period (end_period_ts). | |
| std::int64_t kalshi::MarketCandlestickHistorical::end_period_ts {} |
Unix timestamp for the inclusive end of the candlestick period.
| BidAskDistributionHistorical kalshi::MarketCandlestickHistorical::yes_bid |
Open, high, low, close (OHLC) data for YES buy offers on the market during the candlestick period.
| BidAskDistributionHistorical kalshi::MarketCandlestickHistorical::yes_ask |
Open, high, low, close (OHLC) data for YES sell offers on the market during the candlestick period.
| PriceDistributionHistorical kalshi::MarketCandlestickHistorical::price |
Open, high, low, close (OHLC) and more data for trade YES contract prices on the market during the candlestick period.
| FixedPointCount kalshi::MarketCandlestickHistorical::volume |
String representation of the number of contracts bought on the market during the candlestick period.
| FixedPointCount kalshi::MarketCandlestickHistorical::open_interest |
String representation of the number of contracts bought on the market by end of the candlestick period (end_period_ts).