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

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

Member Data Documentation

◆ subtrader_id

std::string kalshi::UpdateFCMSubtraderBlockedCategoriesRequest::subtrader_id

The subtrader whose blocked categories should be updated.

◆ category

std::string kalshi::UpdateFCMSubtraderBlockedCategoriesRequest::category

A single event category to add to or remove from the blocked set, 1-100 characters (e.g.

◆ blocked

bool kalshi::UpdateFCMSubtraderBlockedCategoriesRequest::blocked {}

True adds the category to the blocked set; false removes it.


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