|
kalshi-cpp 0.6.2
C++23 client for Kalshi's Predictions API
|
#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. | |
| std::optional<std::string> kalshi::GetPositionsResponse::cursor |
The Cursor represents a pointer to the next page of records in the pagination.
| std::vector<MarketPosition> kalshi::GetPositionsResponse::market_positions |
List of market positions.
| std::vector<EventPosition> kalshi::GetPositionsResponse::event_positions |
List of event positions.