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

#include <kalshi/models.hpp>

Public Attributes

ExchangeInstance source {}
 The source exchange instance.
 
ExchangeInstance destination {}
 The destination exchange instance.
 
std::int64_t amount {}
 The amount to transfer in centicents.
 
std::optional< std::int64_t > source_exchange_shard
 Source exchange shard index (default 0)
 
std::optional< std::int64_t > destination_exchange_shard
 Destination exchange shard index (default 0)
 
std::optional< std::int64_t > source_subaccount
 Source subaccount number (default 0 for the primary account).
 
std::optional< std::int64_t > destination_subaccount
 Destination subaccount number (default 0 for the primary account).
 

Member Data Documentation

◆ source

ExchangeInstance kalshi::IntraExchangeInstanceTransferRequest::source {}

The source exchange instance.

◆ destination

ExchangeInstance kalshi::IntraExchangeInstanceTransferRequest::destination {}

The destination exchange instance.

◆ amount

std::int64_t kalshi::IntraExchangeInstanceTransferRequest::amount {}

The amount to transfer in centicents.

◆ source_exchange_shard

std::optional<std::int64_t> kalshi::IntraExchangeInstanceTransferRequest::source_exchange_shard

Source exchange shard index (default 0)

◆ destination_exchange_shard

std::optional<std::int64_t> kalshi::IntraExchangeInstanceTransferRequest::destination_exchange_shard

Destination exchange shard index (default 0)

◆ source_subaccount

std::optional<std::int64_t> kalshi::IntraExchangeInstanceTransferRequest::source_subaccount

Source subaccount number (default 0 for the primary account).

◆ destination_subaccount

std::optional<std::int64_t> kalshi::IntraExchangeInstanceTransferRequest::destination_subaccount

Destination subaccount number (default 0 for the primary account).


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