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

#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).
 

Member Data Documentation

◆ id

std::string kalshi::Withdrawal::id

Unique identifier for the withdrawal.

◆ status

DepositStatus kalshi::Withdrawal::status {}

Current status of the withdrawal.

◆ type

DepositType kalshi::Withdrawal::type {}

Payment type used for the withdrawal.

◆ amount_cents

std::int64_t kalshi::Withdrawal::amount_cents {}

Withdrawal amount in cents.

◆ fee_cents

std::int64_t kalshi::Withdrawal::fee_cents {}

Fee charged for the withdrawal in cents.

◆ created_ts

std::int64_t kalshi::Withdrawal::created_ts {}

Unix timestamp of when the withdrawal was created.

◆ finalized_ts

std::optional<std::int64_t> kalshi::Withdrawal::finalized_ts

Unix timestamp of when the withdrawal was finalized (applied, failed, or returned).


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