|
kalshi-cpp 0.6.2
C++23 client for Kalshi's Predictions API
|
#include <kalshi/models.hpp>
Public Attributes | |
| std::string | subtrader_id |
| Full subtrader identifier owned by the authenticated FCM. | |
| std::vector< std::int64_t > | exchange_indices |
| Exchange indices where this subtrader has been observed. | |
| bool | trading_blocked {} |
| Effective trading block, including firm-wide and Kalshi restrictions. | |
| bool | fcm_trading_blocked {} |
| Whether an FCM-owned per-subtrader trading block is configured. | |
| bool | propagation_pending {} |
| Whether a configured per-subtrader block is awaiting engine application. | |
| std::string kalshi::FCMSubtrader::subtrader_id |
Full subtrader identifier owned by the authenticated FCM.
| std::vector<std::int64_t> kalshi::FCMSubtrader::exchange_indices |
Exchange indices where this subtrader has been observed.
| bool kalshi::FCMSubtrader::trading_blocked {} |
Effective trading block, including firm-wide and Kalshi restrictions.
| bool kalshi::FCMSubtrader::fcm_trading_blocked {} |
Whether an FCM-owned per-subtrader trading block is configured.
| bool kalshi::FCMSubtrader::propagation_pending {} |
Whether a configured per-subtrader block is awaiting engine application.