|
kalshi-cpp 0.6.2
C++23 client for Kalshi's Predictions API
|
#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. | |
| std::string kalshi::GetEventMetadataResponse::image_url |
A path to an image that represents this event.
| std::optional<std::string> kalshi::GetEventMetadataResponse::featured_image_url |
A path to an image that represents the image of the featured market.
| std::vector<MarketMetadata> kalshi::GetEventMetadataResponse::market_details |
Metadata for the markets in this event.
| std::vector<SettlementSource> kalshi::GetEventMetadataResponse::settlement_sources |
A list of settlement sources for this event.
| std::optional<std::string> kalshi::GetEventMetadataResponse::competition |
Event competition.
| std::optional<std::string> kalshi::GetEventMetadataResponse::competition_scope |
Event scope, based on the competition.