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

Query parameters for get_multivariate_events. More...

#include <kalshi/models.hpp>

Public Attributes

std::optional< std::int64_t > limit
 Number of results per page.
 
std::optional< std::string > cursor
 Pagination cursor.
 
std::optional< std::string > series_ticker
 Filter by series ticker.
 
std::optional< std::string > collection_ticker
 Filter events by collection ticker.
 
std::optional< bool > with_nested_markets
 Parameter to specify if nested markets should be included in the response.
 

Detailed Description

Query parameters for get_multivariate_events.

Member Data Documentation

◆ limit

std::optional<std::int64_t> kalshi::GetMultivariateEventsParams::limit

Number of results per page.

◆ cursor

std::optional<std::string> kalshi::GetMultivariateEventsParams::cursor

Pagination cursor.

◆ series_ticker

std::optional<std::string> kalshi::GetMultivariateEventsParams::series_ticker

Filter by series ticker.

◆ collection_ticker

std::optional<std::string> kalshi::GetMultivariateEventsParams::collection_ticker

Filter events by collection ticker.

◆ with_nested_markets

std::optional<bool> kalshi::GetMultivariateEventsParams::with_nested_markets

Parameter to specify if nested markets should be included in the response.


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