|
kalshi-cpp 0.6.2
C++23 client for Kalshi's Predictions API
|
#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. | |
| std::optional<std::string> kalshi::StructuredTarget::id |
Unique identifier for the structured target.
| std::optional<std::string> kalshi::StructuredTarget::name |
Name of the structured target.
| std::optional<std::string> kalshi::StructuredTarget::type |
Type of the structured target.
| std::optional<RawJson> kalshi::StructuredTarget::details |
Additional details about the structured target.
| std::optional<std::string> kalshi::StructuredTarget::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> > kalshi::StructuredTarget::source_ids |
Source ids of structured target if available.
| std::optional<std::string> kalshi::StructuredTarget::last_updated_ts |
Timestamp when this structured target was last updated.