|
kalshi-cpp 0.6.2
C++23 client for Kalshi's Predictions API
|
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. | |
Query parameters for get_multivariate_events.
| std::optional<std::int64_t> kalshi::GetMultivariateEventsParams::limit |
Number of results per page.
| std::optional<std::string> kalshi::GetMultivariateEventsParams::cursor |
Pagination cursor.
| std::optional<std::string> kalshi::GetMultivariateEventsParams::series_ticker |
Filter by series ticker.
| std::optional<std::string> kalshi::GetMultivariateEventsParams::collection_ticker |
Filter events by collection ticker.
| std::optional<bool> kalshi::GetMultivariateEventsParams::with_nested_markets |
Parameter to specify if nested markets should be included in the response.