|
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. | |
| BidAskDistribution | yes_bid |
| Open, high, low, close (OHLC) data for YES buy offers on the market during the candlestick period. | |
| BidAskDistribution | yes_ask |
| Open, high, low, close (OHLC) data for YES sell offers on the market during the candlestick period. | |
| PriceDistribution | price |
| Open, high, low, close (OHLC) and more data for trade YES contract prices on the market during the candlestick period. | |
| FixedPointCount | volume_fp |
| String representation of the number of contracts bought on the market during the candlestick period. | |
| FixedPointCount | open_interest_fp |
| String representation of the number of contracts bought on the market by end of the candlestick period (end_period_ts). | |
| std::int64_t kalshi::MarketCandlestick::end_period_ts {} |
Unix timestamp for the inclusive end of the candlestick period.
| BidAskDistribution kalshi::MarketCandlestick::yes_bid |
Open, high, low, close (OHLC) data for YES buy offers on the market during the candlestick period.
| BidAskDistribution kalshi::MarketCandlestick::yes_ask |
Open, high, low, close (OHLC) data for YES sell offers on the market during the candlestick period.
| PriceDistribution kalshi::MarketCandlestick::price |
Open, high, low, close (OHLC) and more data for trade YES contract prices on the market during the candlestick period.
| FixedPointCount kalshi::MarketCandlestick::volume_fp |
String representation of the number of contracts bought on the market during the candlestick period.
| FixedPointCount kalshi::MarketCandlestick::open_interest_fp |
String representation of the number of contracts bought on the market by end of the candlestick period (end_period_ts).