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

#include <kalshi/models.hpp>

Public Attributes

std::string id
 Unique identifier for this fee change.
 
std::string series_ticker
 Series ticker this fee change applies to.
 
FeeType fee_type {}
 New fee type for the series.
 
double fee_multiplier {}
 New fee multiplier for the series.
 
std::string scheduled_ts
 Timestamp when this fee change is scheduled to take effect.
 

Member Data Documentation

◆ id

std::string kalshi::SeriesFeeChange::id

Unique identifier for this fee change.

◆ series_ticker

std::string kalshi::SeriesFeeChange::series_ticker

Series ticker this fee change applies to.

◆ fee_type

FeeType kalshi::SeriesFeeChange::fee_type {}

New fee type for the series.

◆ fee_multiplier

double kalshi::SeriesFeeChange::fee_multiplier {}

New fee multiplier for the series.

◆ scheduled_ts

std::string kalshi::SeriesFeeChange::scheduled_ts

Timestamp when this fee change is scheduled to take effect.


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