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

#include <kalshi/models.hpp>

Public Attributes

std::int64_t subaccount_number {}
 Subaccount number (0 for primary, 1-63 for subaccounts).
 
std::int64_t exchange_index {}
 Exchange index the balance is held on.
 
FixedPointDollars balance
 Balance in dollars.
 
std::int64_t updated_ts {}
 Unix timestamp of last balance update.
 

Member Data Documentation

◆ subaccount_number

std::int64_t kalshi::SubaccountBalance::subaccount_number {}

Subaccount number (0 for primary, 1-63 for subaccounts).

◆ exchange_index

std::int64_t kalshi::SubaccountBalance::exchange_index {}

Exchange index the balance is held on.

◆ balance

FixedPointDollars kalshi::SubaccountBalance::balance

Balance in dollars.

◆ updated_ts

std::int64_t kalshi::SubaccountBalance::updated_ts {}

Unix timestamp of last balance update.


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