|
kalshi-cpp 0.6.2
C++23 client for Kalshi's Predictions API
|
#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). | |
| ExchangeInstance kalshi::IntraExchangeInstanceTransferRequest::source {} |
The source exchange instance.
| ExchangeInstance kalshi::IntraExchangeInstanceTransferRequest::destination {} |
The destination exchange instance.
| std::int64_t kalshi::IntraExchangeInstanceTransferRequest::amount {} |
The amount to transfer in centicents.
| std::optional<std::int64_t> kalshi::IntraExchangeInstanceTransferRequest::source_exchange_shard |
Source exchange shard index (default 0)
| std::optional<std::int64_t> kalshi::IntraExchangeInstanceTransferRequest::destination_exchange_shard |
Destination exchange shard index (default 0)
| std::optional<std::int64_t> kalshi::IntraExchangeInstanceTransferRequest::source_subaccount |
Source subaccount number (default 0 for the primary account).
| std::optional<std::int64_t> kalshi::IntraExchangeInstanceTransferRequest::destination_subaccount |
Destination subaccount number (default 0 for the primary account).