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

#include <kalshi/models.hpp>

Public Attributes

std::vector< RFQ > rfqs
 List of RFQs matching the query criteria.
 
std::optional< std::string > cursor
 Cursor for pagination to get the next page of results.
 

Member Data Documentation

◆ rfqs

std::vector<RFQ> kalshi::GetRFQsResponse::rfqs

List of RFQs matching the query criteria.

◆ cursor

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

Cursor for pagination to get the next page of results.


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