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

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.
 

Detailed Description

Updated strike information or yes subtitle.

Member Data Documentation

◆ market_ticker

std::string kalshi::ws::MarketMetadataUpdated::market_ticker

Unique identifier for markets.

◆ strike_type

std::optional<std::string> kalshi::ws::MarketMetadataUpdated::strike_type

Optional - This key will ONLY exist for metadata_updated events.

◆ floor_strike

std::optional<double> kalshi::ws::MarketMetadataUpdated::floor_strike

Optional - This key will ONLY exist for metadata_updated events.

◆ cap_strike

std::optional<double> kalshi::ws::MarketMetadataUpdated::cap_strike

Optional - This key will ONLY exist for metadata_updated events.

◆ custom_strike

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.

◆ yes_sub_title

std::optional<std::string> kalshi::ws::MarketMetadataUpdated::yes_sub_title

Optional - This key will ONLY exist for metadata_updated events.


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