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

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

Member Data Documentation

◆ end_period_ts

std::int64_t kalshi::MarketCandlestick::end_period_ts {}

Unix timestamp for the inclusive end of the candlestick period.

◆ yes_bid

BidAskDistribution kalshi::MarketCandlestick::yes_bid

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

◆ yes_ask

BidAskDistribution kalshi::MarketCandlestick::yes_ask

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

◆ price

PriceDistribution kalshi::MarketCandlestick::price

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

◆ volume_fp

FixedPointCount kalshi::MarketCandlestick::volume_fp

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

◆ open_interest_fp

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


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