kalshi-cpp 0.6.2
C++23 client for Kalshi's Predictions API
Loading...
Searching...
No Matches
kalshi::FCMSubtrader Struct Reference

#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.
 

Member Data Documentation

◆ subtrader_id

std::string kalshi::FCMSubtrader::subtrader_id

Full subtrader identifier owned by the authenticated FCM.

◆ exchange_indices

std::vector<std::int64_t> kalshi::FCMSubtrader::exchange_indices

Exchange indices where this subtrader has been observed.

◆ trading_blocked

bool kalshi::FCMSubtrader::trading_blocked {}

Effective trading block, including firm-wide and Kalshi restrictions.

◆ fcm_trading_blocked

bool kalshi::FCMSubtrader::fcm_trading_blocked {}

Whether an FCM-owned per-subtrader trading block is configured.

◆ propagation_pending

bool kalshi::FCMSubtrader::propagation_pending {}

Whether a configured per-subtrader block is awaiting engine application.


The documentation for this struct was generated from the following file: