|
kalshi-cpp 0.6.2
C++23 client for Kalshi's Predictions API
|
Updated strike information or yes subtitle. More...
#include <kalshi/ws_models.hpp>
Public Attributes | |
| std::string | market_ticker |
| Unique identifier for markets. | |
| std::optional< std::string > | strike_type |
| Optional - This key will ONLY exist for metadata_updated events. | |
| std::optional< double > | floor_strike |
| Optional - This key will ONLY exist for metadata_updated events. | |
| std::optional< double > | cap_strike |
| Optional - This key will ONLY exist for metadata_updated events. | |
| std::optional< RawJson > | custom_strike |
| Optional - This key will ONLY exist for metadata_updated events with a custom or structured strike type. | |
| std::optional< std::string > | yes_sub_title |
| Optional - This key will ONLY exist for metadata_updated events. | |
Updated strike information or yes subtitle.
| std::string kalshi::ws::MarketMetadataUpdated::market_ticker |
Unique identifier for markets.
| std::optional<std::string> kalshi::ws::MarketMetadataUpdated::strike_type |
Optional - This key will ONLY exist for metadata_updated events.
| std::optional<double> kalshi::ws::MarketMetadataUpdated::floor_strike |
Optional - This key will ONLY exist for metadata_updated events.
| std::optional<double> kalshi::ws::MarketMetadataUpdated::cap_strike |
Optional - This key will ONLY exist for metadata_updated events.
| std::optional<RawJson> kalshi::ws::MarketMetadataUpdated::custom_strike |
Optional - This key will ONLY exist for metadata_updated events with a custom or structured strike type.
| std::optional<std::string> kalshi::ws::MarketMetadataUpdated::yes_sub_title |
Optional - This key will ONLY exist for metadata_updated events.