|
kalshi-cpp 0.6.2
C++23 client for Kalshi's Predictions API
|
#include <kalshi/models.hpp>
Public Attributes | |
| std::string | type |
| Type of live data. | |
| RawJson | details |
| Live data details as a flexible object whose shape depends on the type. | |
| std::optional< bool > | is_historical |
| Present for crypto live data. | |
| std::optional< std::string > | default_range |
| Chart range the client should default to (e.g. | |
| std::optional< std::vector< std::string > > | range_options |
| Chart range menu options. | |
| std::string kalshi::EventLiveData::type |
Type of live data.
| RawJson kalshi::EventLiveData::details |
Live data details as a flexible object whose shape depends on the type.
| std::optional<bool> kalshi::EventLiveData::is_historical |
Present for crypto live data.
| std::optional<std::string> kalshi::EventLiveData::default_range |
Chart range the client should default to (e.g.
| std::optional<std::vector<std::string> > kalshi::EventLiveData::range_options |
Chart range menu options.