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

#include <kalshi/models.hpp>

Public Attributes

std::optional< FixedPointDollars > open_dollars
 First traded YES contract price on the market during the candlestick period (in dollars).
 
std::optional< FixedPointDollars > low_dollars
 Lowest traded YES contract price on the market during the candlestick period (in dollars).
 
std::optional< FixedPointDollars > high_dollars
 Highest traded YES contract price on the market during the candlestick period (in dollars).
 
std::optional< FixedPointDollars > close_dollars
 Last traded YES contract price on the market during the candlestick period (in dollars).
 
std::optional< FixedPointDollars > mean_dollars
 Mean traded YES contract price on the market during the candlestick period (in dollars).
 
std::optional< FixedPointDollars > previous_dollars
 Last traded YES contract price on the market before the candlestick period (in dollars).
 
std::optional< FixedPointDollars > min_dollars
 Minimum close price of any market during the candlestick period (in dollars).
 
std::optional< FixedPointDollars > max_dollars
 Maximum close price of any market during the candlestick period (in dollars).
 

Member Data Documentation

◆ open_dollars

std::optional<FixedPointDollars> kalshi::PriceDistribution::open_dollars

First traded YES contract price on the market during the candlestick period (in dollars).

◆ low_dollars

std::optional<FixedPointDollars> kalshi::PriceDistribution::low_dollars

Lowest traded YES contract price on the market during the candlestick period (in dollars).

◆ high_dollars

std::optional<FixedPointDollars> kalshi::PriceDistribution::high_dollars

Highest traded YES contract price on the market during the candlestick period (in dollars).

◆ close_dollars

std::optional<FixedPointDollars> kalshi::PriceDistribution::close_dollars

Last traded YES contract price on the market during the candlestick period (in dollars).

◆ mean_dollars

std::optional<FixedPointDollars> kalshi::PriceDistribution::mean_dollars

Mean traded YES contract price on the market during the candlestick period (in dollars).

◆ previous_dollars

std::optional<FixedPointDollars> kalshi::PriceDistribution::previous_dollars

Last traded YES contract price on the market before the candlestick period (in dollars).

◆ min_dollars

std::optional<FixedPointDollars> kalshi::PriceDistribution::min_dollars

Minimum close price of any market during the candlestick period (in dollars).

◆ max_dollars

std::optional<FixedPointDollars> kalshi::PriceDistribution::max_dollars

Maximum close price of any market during the candlestick period (in dollars).


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