|
kalshi-cpp 0.6.2
C++23 client for Kalshi's Predictions API
|
#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). | |
| std::optional<FixedPointDollars> kalshi::PriceDistributionHistorical::open |
Price of the first trade during the candlestick period (in dollars).
| std::optional<FixedPointDollars> kalshi::PriceDistributionHistorical::low |
Lowest trade price during the candlestick period (in dollars).
| std::optional<FixedPointDollars> kalshi::PriceDistributionHistorical::high |
Highest trade price during the candlestick period (in dollars).
| std::optional<FixedPointDollars> kalshi::PriceDistributionHistorical::close |
Price of the last trade during the candlestick period (in dollars).
| std::optional<FixedPointDollars> kalshi::PriceDistributionHistorical::mean |
Volume-weighted average price during the candlestick period (in dollars).
| std::optional<FixedPointDollars> kalshi::PriceDistributionHistorical::previous |
Close price from the previous candlestick period (in dollars).