|
kalshi-cpp 0.6.2
C++23 client for Kalshi's Predictions API
|
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. | |
Query parameters for get_multivariate_event_collections.
| std::optional<GetMultivariateEventCollectionsStatus> kalshi::GetMultivariateEventCollectionsParams::status |
Only return collections of a certain status.
| std::optional<std::string> kalshi::GetMultivariateEventCollectionsParams::associated_event_ticker |
Only return collections associated with a particular event ticker.
| std::optional<std::string> kalshi::GetMultivariateEventCollectionsParams::series_ticker |
Only return collections with a particular series ticker.
| std::optional<std::int64_t> kalshi::GetMultivariateEventCollectionsParams::limit |
Specify the maximum number of results.
| std::optional<std::string> kalshi::GetMultivariateEventCollectionsParams::cursor |
The Cursor represents a pointer to the next page of records in the pagination.