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

Emitted when an event-level fee override is set or cleared. More...

#include <kalshi/ws_models.hpp>

Public Attributes

std::string event_ticker
 Unique identifier for the event.
 
std::optional< FeeTypeOverride > fee_type_override
 Event fee type override.
 
std::optional< double > fee_multiplier_override
 Event fee multiplier override.
 

Detailed Description

Emitted when an event-level fee override is set or cleared.

Member Data Documentation

◆ event_ticker

std::string kalshi::ws::EventFeeUpdate::event_ticker

Unique identifier for the event.

◆ fee_type_override

std::optional<FeeTypeOverride> kalshi::ws::EventFeeUpdate::fee_type_override

Event fee type override.

◆ fee_multiplier_override

std::optional<double> kalshi::ws::EventFeeUpdate::fee_multiplier_override

Event fee multiplier override.


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