|
kalshi-cpp 0.6.2
C++23 client for Kalshi's Predictions API
|
#include <kalshi/models.hpp>
Public Attributes | |
| std::vector< EventData > | events |
| Array of events matching the query criteria. | |
| std::optional< std::vector< Milestone > > | milestones |
| Array of milestones related to the events. | |
| std::string | cursor |
| Pagination cursor for the next page. | |
| std::vector<EventData> kalshi::GetEventsResponse::events |
Array of events matching the query criteria.
| std::optional<std::vector<Milestone> > kalshi::GetEventsResponse::milestones |
Array of milestones related to the events.
| std::string kalshi::GetEventsResponse::cursor |
Pagination cursor for the next page.