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

Optional - This key will be emitted when the market is created. More...

#include <kalshi/ws_models.hpp>

Public Attributes

std::string name
 
std::string title
 
std::string yes_sub_title
 
std::string no_sub_title
 
std::string rules_primary
 
std::string rules_secondary
 
bool can_close_early {}
 
std::string event_ticker
 
std::int64_t expected_expiration_ts {}
 
std::optional< std::string > strike_type
 
std::optional< double > floor_strike
 
std::optional< double > cap_strike
 
std::optional< RawJson > custom_strike
 

Detailed Description

Optional - This key will be emitted when the market is created.

Member Data Documentation

◆ name

std::string kalshi::ws::LifecycleAdditionalMetadata::name

◆ title

std::string kalshi::ws::LifecycleAdditionalMetadata::title

◆ yes_sub_title

std::string kalshi::ws::LifecycleAdditionalMetadata::yes_sub_title

◆ no_sub_title

std::string kalshi::ws::LifecycleAdditionalMetadata::no_sub_title

◆ rules_primary

std::string kalshi::ws::LifecycleAdditionalMetadata::rules_primary

◆ rules_secondary

std::string kalshi::ws::LifecycleAdditionalMetadata::rules_secondary

◆ can_close_early

bool kalshi::ws::LifecycleAdditionalMetadata::can_close_early {}

◆ event_ticker

std::string kalshi::ws::LifecycleAdditionalMetadata::event_ticker

◆ expected_expiration_ts

std::int64_t kalshi::ws::LifecycleAdditionalMetadata::expected_expiration_ts {}

◆ strike_type

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

◆ floor_strike

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

◆ cap_strike

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

◆ custom_strike

std::optional<RawJson> kalshi::ws::LifecycleAdditionalMetadata::custom_strike

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