|
kalshi-cpp 0.6.2
C++23 client for Kalshi's Predictions API
|
Query parameters for get_events.
More...
#include <kalshi/models.hpp>
Public Attributes | |
| std::optional< std::int64_t > | limit |
| Parameter to specify the number of results per page. | |
| std::optional< std::string > | cursor |
| Parameter to specify the pagination cursor. | |
| std::optional< bool > | with_nested_markets |
| Parameter to specify if nested markets should be included in the response. | |
| std::optional< bool > | with_milestones |
| If true, includes related milestones as a field alongside events. | |
| std::optional< GetEventsStatus > | status |
| Filter by event status. | |
| std::optional< std::string > | series_ticker |
| Filter by series ticker. | |
| std::optional< std::string > | tickers |
| Filter by specific event tickers. | |
| std::optional< std::int64_t > | min_close_ts |
| Filter events with at least one market with close timestamp greater than this Unix timestamp (in seconds). | |
| std::optional< std::int64_t > | min_updated_ts |
| Filter events with metadata updated after this Unix timestamp (in seconds). | |
Query parameters for get_events.
| std::optional<std::int64_t> kalshi::GetEventsParams::limit |
Parameter to specify the number of results per page.
| std::optional<std::string> kalshi::GetEventsParams::cursor |
Parameter to specify the pagination cursor.
| std::optional<bool> kalshi::GetEventsParams::with_nested_markets |
Parameter to specify if nested markets should be included in the response.
| std::optional<bool> kalshi::GetEventsParams::with_milestones |
If true, includes related milestones as a field alongside events.
| std::optional<GetEventsStatus> kalshi::GetEventsParams::status |
Filter by event status.
| std::optional<std::string> kalshi::GetEventsParams::series_ticker |
Filter by series ticker.
| std::optional<std::string> kalshi::GetEventsParams::tickers |
Filter by specific event tickers.
| std::optional<std::int64_t> kalshi::GetEventsParams::min_close_ts |
Filter events with at least one market with close timestamp greater than this Unix timestamp (in seconds).
| std::optional<std::int64_t> kalshi::GetEventsParams::min_updated_ts |
Filter events with metadata updated after this Unix timestamp (in seconds).