|
kalshi-cpp 0.6.2
C++23 client for Kalshi's Predictions API
|
#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. | |
| std::int64_t kalshi::SubaccountBalance::subaccount_number {} |
Subaccount number (0 for primary, 1-63 for subaccounts).
| std::int64_t kalshi::SubaccountBalance::exchange_index {} |
Exchange index the balance is held on.
| FixedPointDollars kalshi::SubaccountBalance::balance |
Balance in dollars.
| std::int64_t kalshi::SubaccountBalance::updated_ts {} |
Unix timestamp of last balance update.