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

#include <kalshi/models.hpp>

Public Attributes

std::optional< FixedPointDollars > open
 Price of the first trade during the candlestick period (in dollars).
 
std::optional< FixedPointDollars > low
 Lowest trade price during the candlestick period (in dollars).
 
std::optional< FixedPointDollars > high
 Highest trade price during the candlestick period (in dollars).
 
std::optional< FixedPointDollars > close
 Price of the last trade during the candlestick period (in dollars).
 
std::optional< FixedPointDollars > mean
 Volume-weighted average price during the candlestick period (in dollars).
 
std::optional< FixedPointDollars > previous
 Close price from the previous candlestick period (in dollars).
 

Member Data Documentation

◆ open

std::optional<FixedPointDollars> kalshi::PriceDistributionHistorical::open

Price of the first trade during the candlestick period (in dollars).

◆ low

std::optional<FixedPointDollars> kalshi::PriceDistributionHistorical::low

Lowest trade price during the candlestick period (in dollars).

◆ high

std::optional<FixedPointDollars> kalshi::PriceDistributionHistorical::high

Highest trade price during the candlestick period (in dollars).

◆ close

std::optional<FixedPointDollars> kalshi::PriceDistributionHistorical::close

Price of the last trade during the candlestick period (in dollars).

◆ mean

std::optional<FixedPointDollars> kalshi::PriceDistributionHistorical::mean

Volume-weighted average price during the candlestick period (in dollars).

◆ previous

std::optional<FixedPointDollars> kalshi::PriceDistributionHistorical::previous

Close price from the previous candlestick period (in dollars).


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