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

#include <kalshi/models.hpp>

Public Attributes

std::optional< std::string > id
 Unique identifier for the structured target.
 
std::optional< std::string > name
 Name of the structured target.
 
std::optional< std::string > type
 Type of the structured target.
 
std::optional< RawJson > details
 Additional details about the structured target.
 
std::optional< std::string > source_id
 External source identifier for the structured target, if available (e.g., third-party data provider ID).
 
std::optional< std::map< std::string, std::string > > source_ids
 Source ids of structured target if available.
 
std::optional< std::string > last_updated_ts
 Timestamp when this structured target was last updated.
 

Member Data Documentation

◆ id

std::optional<std::string> kalshi::StructuredTarget::id

Unique identifier for the structured target.

◆ name

std::optional<std::string> kalshi::StructuredTarget::name

Name of the structured target.

◆ type

std::optional<std::string> kalshi::StructuredTarget::type

Type of the structured target.

◆ details

std::optional<RawJson> kalshi::StructuredTarget::details

Additional details about the structured target.

◆ source_id

std::optional<std::string> kalshi::StructuredTarget::source_id

External source identifier for the structured target, if available (e.g., third-party data provider ID).

◆ source_ids

std::optional<std::map<std::string, std::string> > kalshi::StructuredTarget::source_ids

Source ids of structured target if available.

◆ last_updated_ts

std::optional<std::string> kalshi::StructuredTarget::last_updated_ts

Timestamp when this structured target was last updated.


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