|
kalshi-cpp 0.6.2
C++23 client for Kalshi's Predictions API
|
#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). | |
| std::optional<FixedPointDollars> kalshi::PriceDistribution::open_dollars |
First traded YES contract price on the market during the candlestick period (in dollars).
| std::optional<FixedPointDollars> kalshi::PriceDistribution::low_dollars |
Lowest traded YES contract price on the market during the candlestick period (in dollars).
| std::optional<FixedPointDollars> kalshi::PriceDistribution::high_dollars |
Highest traded YES contract price on the market during the candlestick period (in dollars).
| std::optional<FixedPointDollars> kalshi::PriceDistribution::close_dollars |
Last traded YES contract price on the market during the candlestick period (in dollars).
| std::optional<FixedPointDollars> kalshi::PriceDistribution::mean_dollars |
Mean traded YES contract price on the market during the candlestick period (in dollars).
| std::optional<FixedPointDollars> kalshi::PriceDistribution::previous_dollars |
Last traded YES contract price on the market before the candlestick period (in dollars).
| std::optional<FixedPointDollars> kalshi::PriceDistribution::min_dollars |
Minimum close price of any market during the candlestick period (in dollars).
| std::optional<FixedPointDollars> kalshi::PriceDistribution::max_dollars |
Maximum close price of any market during the candlestick period (in dollars).