|
kalshi-cpp 0.6.2
C++23 client for Kalshi's Predictions API
|
#include <kalshi/models.hpp>
Public Attributes | |
| std::vector< Quote > | quotes |
| List of quotes matching the query criteria. | |
| std::optional< std::string > | cursor |
| Cursor for pagination to get the next page of results. | |
| std::vector<Quote> kalshi::GetQuotesResponse::quotes |
List of quotes matching the query criteria.
| std::optional<std::string> kalshi::GetQuotesResponse::cursor |
Cursor for pagination to get the next page of results.