|
kalshi-cpp 0.6.2
C++23 client for Kalshi's Predictions API
|
#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. | |
| std::string kalshi::EventFeeChange::id |
Unique identifier for this fee change.
| std::string kalshi::EventFeeChange::event_ticker |
Event ticker this fee change applies to.
| std::string kalshi::EventFeeChange::series_ticker |
Series ticker for the event.
| std::optional<FeeType> kalshi::EventFeeChange::fee_type_override |
New fee type override for the event.
| std::optional<double> kalshi::EventFeeChange::fee_multiplier_override |
New fee multiplier override for the event.
| std::string kalshi::EventFeeChange::scheduled_ts |
Timestamp when this fee change is scheduled to take effect.