|
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 | 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. | |
| std::string kalshi::SeriesFeeChange::id |
Unique identifier for this fee change.
| std::string kalshi::SeriesFeeChange::series_ticker |
Series ticker this fee change applies to.
| FeeType kalshi::SeriesFeeChange::fee_type {} |
New fee type for the series.
| double kalshi::SeriesFeeChange::fee_multiplier {} |
New fee multiplier for the series.
| std::string kalshi::SeriesFeeChange::scheduled_ts |
Timestamp when this fee change is scheduled to take effect.