|
kalshi-cpp 0.6.2
C++23 client for Kalshi's Predictions API
|
Query parameters for get_quotes.
More...
#include <kalshi/models.hpp>
Public Attributes | |
| std::optional< std::string > | cursor |
| Pagination cursor. | |
| std::optional< std::int64_t > | min_ts |
| Restricts the response to quotes last updated after a timestamp, formatted as a Unix Timestamp. | |
| std::optional< std::int64_t > | max_ts |
| Restricts the response to quotes last updated before a timestamp, formatted as a Unix Timestamp. | |
| std::optional< std::int64_t > | limit |
| Parameter to specify the number of results per page. | |
| std::optional< std::string > | status |
| Filter quotes by status. | |
| std::optional< std::string > | quote_creator_user_id |
| Filter quotes by quote creator user ID. | |
| std::optional< UserFilter > | user_filter |
| Filter for quotes created by the authenticated user. | |
| std::optional< UserFilter > | rfq_user_filter |
| Filter for quotes responding to RFQs created by the authenticated user. | |
| std::optional< std::string > | rfq_creator_user_id |
| Filter quotes by RFQ creator user ID. | |
| std::optional< std::string > | rfq_creator_subtrader_id |
| Filter quotes by RFQ creator subtrader ID (FCM members only) | |
| std::optional< std::string > | rfq_id |
| Filter quotes by RFQ UUID. | |
Query parameters for get_quotes.
| std::optional<std::string> kalshi::GetQuotesParams::cursor |
Pagination cursor.
| std::optional<std::int64_t> kalshi::GetQuotesParams::min_ts |
Restricts the response to quotes last updated after a timestamp, formatted as a Unix Timestamp.
| std::optional<std::int64_t> kalshi::GetQuotesParams::max_ts |
Restricts the response to quotes last updated before a timestamp, formatted as a Unix Timestamp.
| std::optional<std::int64_t> kalshi::GetQuotesParams::limit |
Parameter to specify the number of results per page.
| std::optional<std::string> kalshi::GetQuotesParams::status |
Filter quotes by status.
| std::optional<std::string> kalshi::GetQuotesParams::quote_creator_user_id |
Filter quotes by quote creator user ID.
| std::optional<UserFilter> kalshi::GetQuotesParams::user_filter |
Filter for quotes created by the authenticated user.
| std::optional<UserFilter> kalshi::GetQuotesParams::rfq_user_filter |
Filter for quotes responding to RFQs created by the authenticated user.
| std::optional<std::string> kalshi::GetQuotesParams::rfq_creator_user_id |
Filter quotes by RFQ creator user ID.
| std::optional<std::string> kalshi::GetQuotesParams::rfq_creator_subtrader_id |
Filter quotes by RFQ creator subtrader ID (FCM members only)
| std::optional<std::string> kalshi::GetQuotesParams::rfq_id |
Filter quotes by RFQ UUID.