kalshi-cpp 0.6.2
C++23 client for Kalshi's Predictions API
Loading...
Searching...
No Matches
kalshi::GetQuotesParams Struct Reference

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.
 

Detailed Description

Query parameters for get_quotes.

Member Data Documentation

◆ cursor

std::optional<std::string> kalshi::GetQuotesParams::cursor

Pagination cursor.

◆ min_ts

std::optional<std::int64_t> kalshi::GetQuotesParams::min_ts

Restricts the response to quotes last updated after a timestamp, formatted as a Unix Timestamp.

◆ max_ts

std::optional<std::int64_t> kalshi::GetQuotesParams::max_ts

Restricts the response to quotes last updated before a timestamp, formatted as a Unix Timestamp.

◆ limit

std::optional<std::int64_t> kalshi::GetQuotesParams::limit

Parameter to specify the number of results per page.

◆ status

std::optional<std::string> kalshi::GetQuotesParams::status

Filter quotes by status.

◆ quote_creator_user_id

std::optional<std::string> kalshi::GetQuotesParams::quote_creator_user_id

Filter quotes by quote creator user ID.

◆ user_filter

std::optional<UserFilter> kalshi::GetQuotesParams::user_filter

Filter for quotes created by the authenticated user.

◆ rfq_user_filter

std::optional<UserFilter> kalshi::GetQuotesParams::rfq_user_filter

Filter for quotes responding to RFQs created by the authenticated user.

◆ rfq_creator_user_id

std::optional<std::string> kalshi::GetQuotesParams::rfq_creator_user_id

Filter quotes by RFQ creator user ID.

◆ rfq_creator_subtrader_id

std::optional<std::string> kalshi::GetQuotesParams::rfq_creator_subtrader_id

Filter quotes by RFQ creator subtrader ID (FCM members only)

◆ rfq_id

std::optional<std::string> kalshi::GetQuotesParams::rfq_id

Filter quotes by RFQ UUID.


The documentation for this struct was generated from the following file: