|
kalshi-cpp 0.6.2
C++23 client for Kalshi's Predictions API
|
#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. | |
| std::string kalshi::ApplySubaccountTransferRequest::client_transfer_id |
Unique client-provided transfer ID for idempotency.
| std::int64_t kalshi::ApplySubaccountTransferRequest::from_subaccount {} |
Source subaccount number (0 for primary, 1-63 for numbered subaccounts).
| std::int64_t kalshi::ApplySubaccountTransferRequest::to_subaccount {} |
Destination subaccount number (0 for primary, 1-63 for numbered subaccounts).
| std::int64_t kalshi::ApplySubaccountTransferRequest::amount_cents {} |
Amount to transfer in cents.
| std::optional<ExchangeIndex> kalshi::ApplySubaccountTransferRequest::exchange_index |
Identifier for an exchange shard.