|
kalshi-cpp 0.6.2
C++23 client for Kalshi's Predictions API
|
#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. | |
| std::string kalshi::IntraExchangeInstanceTransfer::transfer_id |
Unique transfer id.
| ExchangeInstance kalshi::IntraExchangeInstanceTransfer::source {} |
Source exchange instance.
| ExchangeInstance kalshi::IntraExchangeInstanceTransfer::destination {} |
Destination exchange instance.
| std::int64_t kalshi::IntraExchangeInstanceTransfer::source_exchange_shard {} |
Source exchange shard index.
| std::int64_t kalshi::IntraExchangeInstanceTransfer::destination_exchange_shard {} |
Destination exchange shard index.
| FixedPointDollars kalshi::IntraExchangeInstanceTransfer::amount |
Transfer amount in dollars.
| IntraExchangeInstanceTransferStatus kalshi::IntraExchangeInstanceTransfer::status {} |
| std::int64_t kalshi::IntraExchangeInstanceTransfer::created_ts {} |
Unix timestamp when the transfer was created.