|
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 withdrawal. | |
| DepositStatus | status {} |
| Current status of the withdrawal. | |
| DepositType | type {} |
| Payment type used for the withdrawal. | |
| std::int64_t | amount_cents {} |
| Withdrawal amount in cents. | |
| std::int64_t | fee_cents {} |
| Fee charged for the withdrawal in cents. | |
| std::int64_t | created_ts {} |
| Unix timestamp of when the withdrawal was created. | |
| std::optional< std::int64_t > | finalized_ts |
| Unix timestamp of when the withdrawal was finalized (applied, failed, or returned). | |
| std::string kalshi::Withdrawal::id |
Unique identifier for the withdrawal.
| DepositStatus kalshi::Withdrawal::status {} |
Current status of the withdrawal.
| DepositType kalshi::Withdrawal::type {} |
Payment type used for the withdrawal.
| std::int64_t kalshi::Withdrawal::amount_cents {} |
Withdrawal amount in cents.
| std::int64_t kalshi::Withdrawal::fee_cents {} |
Fee charged for the withdrawal in cents.
| std::int64_t kalshi::Withdrawal::created_ts {} |
Unix timestamp of when the withdrawal was created.
| std::optional<std::int64_t> kalshi::Withdrawal::finalized_ts |
Unix timestamp of when the withdrawal was finalized (applied, failed, or returned).