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

#include <kalshi/models.hpp>

Public Attributes

std::string image_url
 A path to an image that represents this event.
 
std::optional< std::string > featured_image_url
 A path to an image that represents the image of the featured market.
 
std::vector< MarketMetadata > market_details
 Metadata for the markets in this event.
 
std::vector< SettlementSource > settlement_sources
 A list of settlement sources for this event.
 
std::optional< std::string > competition
 Event competition.
 
std::optional< std::string > competition_scope
 Event scope, based on the competition.
 

Member Data Documentation

◆ image_url

std::string kalshi::GetEventMetadataResponse::image_url

A path to an image that represents this event.

◆ featured_image_url

std::optional<std::string> kalshi::GetEventMetadataResponse::featured_image_url

A path to an image that represents the image of the featured market.

◆ market_details

std::vector<MarketMetadata> kalshi::GetEventMetadataResponse::market_details

Metadata for the markets in this event.

◆ settlement_sources

std::vector<SettlementSource> kalshi::GetEventMetadataResponse::settlement_sources

A list of settlement sources for this event.

◆ competition

std::optional<std::string> kalshi::GetEventMetadataResponse::competition

Event competition.

◆ competition_scope

std::optional<std::string> kalshi::GetEventMetadataResponse::competition_scope

Event scope, based on the competition.


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