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

#include <kalshi/models.hpp>

Public Attributes

std::string client_transfer_id
 Unique client-provided transfer ID for idempotency.
 
std::int64_t from_subaccount {}
 Source subaccount number (0 for primary, 1-63 for numbered subaccounts).
 
std::int64_t to_subaccount {}
 Destination subaccount number (0 for primary, 1-63 for numbered subaccounts).
 
std::int64_t amount_cents {}
 Amount to transfer in cents.
 
std::optional< ExchangeIndex > exchange_index
 Identifier for an exchange shard.
 

Member Data Documentation

◆ client_transfer_id

std::string kalshi::ApplySubaccountTransferRequest::client_transfer_id

Unique client-provided transfer ID for idempotency.

◆ from_subaccount

std::int64_t kalshi::ApplySubaccountTransferRequest::from_subaccount {}

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

◆ to_subaccount

std::int64_t kalshi::ApplySubaccountTransferRequest::to_subaccount {}

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

◆ amount_cents

std::int64_t kalshi::ApplySubaccountTransferRequest::amount_cents {}

Amount to transfer in cents.

◆ exchange_index

std::optional<ExchangeIndex> kalshi::ApplySubaccountTransferRequest::exchange_index

Identifier for an exchange shard.


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