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

#include <kalshi/models.hpp>

Public Attributes

std::string transfer_id
 Unique transfer id.
 
ExchangeInstance source {}
 Source exchange instance.
 
ExchangeInstance destination {}
 Destination exchange instance.
 
std::int64_t source_exchange_shard {}
 Source exchange shard index.
 
std::int64_t destination_exchange_shard {}
 Destination exchange shard index.
 
FixedPointDollars amount
 Transfer amount in dollars.
 
IntraExchangeInstanceTransferStatus status {}
 
std::int64_t created_ts {}
 Unix timestamp when the transfer was created.
 

Member Data Documentation

◆ transfer_id

std::string kalshi::IntraExchangeInstanceTransfer::transfer_id

Unique transfer id.

◆ source

ExchangeInstance kalshi::IntraExchangeInstanceTransfer::source {}

Source exchange instance.

◆ destination

ExchangeInstance kalshi::IntraExchangeInstanceTransfer::destination {}

Destination exchange instance.

◆ source_exchange_shard

std::int64_t kalshi::IntraExchangeInstanceTransfer::source_exchange_shard {}

Source exchange shard index.

◆ destination_exchange_shard

std::int64_t kalshi::IntraExchangeInstanceTransfer::destination_exchange_shard {}

Destination exchange shard index.

◆ amount

FixedPointDollars kalshi::IntraExchangeInstanceTransfer::amount

Transfer amount in dollars.

◆ status

IntraExchangeInstanceTransferStatus kalshi::IntraExchangeInstanceTransfer::status {}

◆ created_ts

std::int64_t kalshi::IntraExchangeInstanceTransfer::created_ts {}

Unix timestamp when the transfer was created.


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