|
kalshi-cpp 0.6.2
C++23 client for Kalshi's Predictions API
|
#include <kalshi/models.hpp>
Public Attributes | |
| std::string | subtrader_id |
| The subtrader whose blocked categories should be updated. | |
| std::string | category |
| A single event category to add to or remove from the blocked set, 1-100 characters (e.g. | |
| bool | blocked {} |
| True adds the category to the blocked set; false removes it. | |
| std::string kalshi::UpdateFCMSubtraderBlockedCategoriesRequest::subtrader_id |
The subtrader whose blocked categories should be updated.
| std::string kalshi::UpdateFCMSubtraderBlockedCategoriesRequest::category |
A single event category to add to or remove from the blocked set, 1-100 characters (e.g.
| bool kalshi::UpdateFCMSubtraderBlockedCategoriesRequest::blocked {} |
True adds the category to the blocked set; false removes it.