|
kalshi-cpp 0.6.2
C++23 client for Kalshi's Predictions API
|
#include <kalshi/models.hpp>
Public Attributes | |
| std::string | id |
| Unique identifier for the deposit. | |
| DepositStatus | status {} |
| Current status of the deposit. | |
| DepositType | type {} |
| Payment method used for the deposit. | |
| std::int64_t | amount_cents {} |
| Deposit amount in cents. | |
| std::int64_t | fee_cents {} |
| Fee charged for the deposit in cents. | |
| std::int64_t | created_ts {} |
| Unix timestamp of when the deposit was created. | |
| std::optional< std::int64_t > | finalized_ts |
| Unix timestamp of when the deposit was finalized (applied, failed, or returned). | |
| std::string kalshi::Deposit::id |
Unique identifier for the deposit.
| DepositStatus kalshi::Deposit::status {} |
Current status of the deposit.
| DepositType kalshi::Deposit::type {} |
Payment method used for the deposit.
| std::int64_t kalshi::Deposit::amount_cents {} |
Deposit amount in cents.
| std::int64_t kalshi::Deposit::fee_cents {} |
Fee charged for the deposit in cents.
| std::int64_t kalshi::Deposit::created_ts {} |
Unix timestamp of when the deposit was created.
| std::optional<std::int64_t> kalshi::Deposit::finalized_ts |
Unix timestamp of when the deposit was finalized (applied, failed, or returned).