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

#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).
 

Member Data Documentation

◆ end_period_ts

std::int64_t kalshi::MarketCandlestickHistorical::end_period_ts {}

Unix timestamp for the inclusive end of the candlestick period.

◆ yes_bid

BidAskDistributionHistorical kalshi::MarketCandlestickHistorical::yes_bid

Open, high, low, close (OHLC) data for YES buy offers on the market during the candlestick period.

◆ yes_ask

BidAskDistributionHistorical kalshi::MarketCandlestickHistorical::yes_ask

Open, high, low, close (OHLC) data for YES sell offers on the market during the candlestick period.

◆ price

PriceDistributionHistorical kalshi::MarketCandlestickHistorical::price

Open, high, low, close (OHLC) and more data for trade YES contract prices on the market during the candlestick period.

◆ volume

FixedPointCount kalshi::MarketCandlestickHistorical::volume

String representation of the number of contracts bought on the market during the candlestick period.

◆ open_interest

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).


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