|
kalshi-cpp 0.6.2
C++23 client for Kalshi's Predictions API
|
Query parameters for get_incentive_programs.
More...
#include <kalshi/models.hpp>
Public Attributes | |
| std::optional< GetIncentiveProgramsStatus > | status |
| Status filter. | |
| std::optional< GetIncentiveProgramsType > | type |
| Type filter. | |
| std::optional< std::string > | incentive_description |
| Filter by exact incentive description. | |
| std::optional< std::int64_t > | limit |
| Number of results per page. | |
| std::optional< std::string > | cursor |
| Cursor for pagination. | |
Query parameters for get_incentive_programs.
| std::optional<GetIncentiveProgramsStatus> kalshi::GetIncentiveProgramsParams::status |
Status filter.
| std::optional<GetIncentiveProgramsType> kalshi::GetIncentiveProgramsParams::type |
Type filter.
| std::optional<std::string> kalshi::GetIncentiveProgramsParams::incentive_description |
Filter by exact incentive description.
| std::optional<std::int64_t> kalshi::GetIncentiveProgramsParams::limit |
Number of results per page.
| std::optional<std::string> kalshi::GetIncentiveProgramsParams::cursor |
Cursor for pagination.