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

#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.
 

Member Data Documentation

◆ type

std::string kalshi::EventLiveData::type

Type of live data.

◆ details

RawJson kalshi::EventLiveData::details

Live data details as a flexible object whose shape depends on the type.

◆ is_historical

std::optional<bool> kalshi::EventLiveData::is_historical

Present for crypto live data.

◆ default_range

std::optional<std::string> kalshi::EventLiveData::default_range

Chart range the client should default to (e.g.

◆ range_options

std::optional<std::vector<std::string> > kalshi::EventLiveData::range_options

Chart range menu options.


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