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

#include <kalshi/models.hpp>

Public Attributes

std::string transfer_id
 Unique identifier for this transfer.
 
std::int64_t from_subaccount {}
 Source subaccount number (0 for primary, 1-63 for subaccounts).
 
std::int64_t to_subaccount {}
 Destination subaccount number (0 for primary, 1-63 for subaccounts).
 
std::int64_t amount_cents {}
 Cash transfer amount in cents.
 
std::int64_t created_ts {}
 Unix timestamp when the transfer was created.
 
std::int64_t exchange_index {}
 Exchange index the transfer was applied on.
 

Member Data Documentation

◆ transfer_id

std::string kalshi::SubaccountTransfer::transfer_id

Unique identifier for this transfer.

◆ from_subaccount

std::int64_t kalshi::SubaccountTransfer::from_subaccount {}

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

◆ to_subaccount

std::int64_t kalshi::SubaccountTransfer::to_subaccount {}

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

◆ amount_cents

std::int64_t kalshi::SubaccountTransfer::amount_cents {}

Cash transfer amount in cents.

◆ created_ts

std::int64_t kalshi::SubaccountTransfer::created_ts {}

Unix timestamp when the transfer was created.

◆ exchange_index

std::int64_t kalshi::SubaccountTransfer::exchange_index {}

Exchange index the transfer was applied on.


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