|
kalshi-cpp 0.6.2
C++23 client for Kalshi's Predictions API
|
#include <kalshi/models.hpp>
Public Attributes | |
| std::string | transfer_id |
| Unique identifier for this transfer. | |
| std::int64_t | from_subaccount {} |
| Source subaccount number (0 for primary, 1-63 for subaccounts). | |
| std::int64_t | to_subaccount {} |
| Destination subaccount number (0 for primary, 1-63 for subaccounts). | |
| std::int64_t | amount_cents {} |
| Cash transfer amount in cents. | |
| std::int64_t | created_ts {} |
| Unix timestamp when the transfer was created. | |
| std::int64_t | exchange_index {} |
| Exchange index the transfer was applied on. | |
| std::string kalshi::SubaccountTransfer::transfer_id |
Unique identifier for this transfer.
| std::int64_t kalshi::SubaccountTransfer::from_subaccount {} |
Source subaccount number (0 for primary, 1-63 for subaccounts).
| std::int64_t kalshi::SubaccountTransfer::to_subaccount {} |
Destination subaccount number (0 for primary, 1-63 for subaccounts).
| std::int64_t kalshi::SubaccountTransfer::amount_cents {} |
Cash transfer amount in cents.
| std::int64_t kalshi::SubaccountTransfer::created_ts {} |
Unix timestamp when the transfer was created.
| std::int64_t kalshi::SubaccountTransfer::exchange_index {} |
Exchange index the transfer was applied on.