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

#include <kalshi/models.hpp>

Public Attributes

std::optional< std::string > cursor
 The Cursor represents a pointer to the next page of records in the pagination.
 
std::vector< MarketPosition > market_positions
 List of market positions.
 
std::vector< EventPosition > event_positions
 List of event positions.
 

Member Data Documentation

◆ cursor

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

The Cursor represents a pointer to the next page of records in the pagination.

◆ market_positions

std::vector<MarketPosition> kalshi::GetPositionsResponse::market_positions

List of market positions.

◆ event_positions

std::vector<EventPosition> kalshi::GetPositionsResponse::event_positions

List of event positions.


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