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

#include <kalshi/models.hpp>

Public Attributes

std::string id
 Unique identifier for this fee change.
 
std::string event_ticker
 Event ticker this fee change applies to.
 
std::string series_ticker
 Series ticker for the event.
 
std::optional< FeeType > fee_type_override
 New fee type override for the event.
 
std::optional< double > fee_multiplier_override
 New fee multiplier override for the event.
 
std::string scheduled_ts
 Timestamp when this fee change is scheduled to take effect.
 

Member Data Documentation

◆ id

std::string kalshi::EventFeeChange::id

Unique identifier for this fee change.

◆ event_ticker

std::string kalshi::EventFeeChange::event_ticker

Event ticker this fee change applies to.

◆ series_ticker

std::string kalshi::EventFeeChange::series_ticker

Series ticker for the event.

◆ fee_type_override

std::optional<FeeType> kalshi::EventFeeChange::fee_type_override

New fee type override for the event.

◆ fee_multiplier_override

std::optional<double> kalshi::EventFeeChange::fee_multiplier_override

New fee multiplier override for the event.

◆ scheduled_ts

std::string kalshi::EventFeeChange::scheduled_ts

Timestamp when this fee change is scheduled to take effect.


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