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

#include <kalshi/models.hpp>

Public Attributes

std::int64_t total_resting_order_value {}
 Total value of resting orders in cents.
 
std::vector< IndexedBalance > resting_order_value_breakdown
 Total value of resting orders broken down by exchange index, with each balance expressed as a fixed-point dollar string.
 

Member Data Documentation

◆ total_resting_order_value

std::int64_t kalshi::GetPortfolioRestingOrderTotalValueResponse::total_resting_order_value {}

Total value of resting orders in cents.

◆ resting_order_value_breakdown

std::vector<IndexedBalance> kalshi::GetPortfolioRestingOrderTotalValueResponse::resting_order_value_breakdown

Total value of resting orders broken down by exchange index, with each balance expressed as a fixed-point dollar string.


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