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

Query parameters for get_multivariate_event_collections. More...

#include <kalshi/models.hpp>

Public Attributes

std::optional< GetMultivariateEventCollectionsStatus > status
 Only return collections of a certain status.
 
std::optional< std::string > associated_event_ticker
 Only return collections associated with a particular event ticker.
 
std::optional< std::string > series_ticker
 Only return collections with a particular series ticker.
 
std::optional< std::int64_t > limit
 Specify the maximum number of results.
 
std::optional< std::string > cursor
 The Cursor represents a pointer to the next page of records in the pagination.
 

Detailed Description

Query parameters for get_multivariate_event_collections.

Member Data Documentation

◆ status

std::optional<GetMultivariateEventCollectionsStatus> kalshi::GetMultivariateEventCollectionsParams::status

Only return collections of a certain status.

◆ associated_event_ticker

std::optional<std::string> kalshi::GetMultivariateEventCollectionsParams::associated_event_ticker

Only return collections associated with a particular event ticker.

◆ series_ticker

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

Only return collections with a particular series ticker.

◆ limit

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

Specify the maximum number of results.

◆ cursor

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

The Cursor represents a pointer to the next page of records in the pagination.


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