|
kalshi-cpp 0.6.2
C++23 client for Kalshi's Predictions API
|
#include <kalshi/models.hpp>
Public Attributes | |
| std::optional< std::string > | event_ticker |
| Unique identifier for the selected event. | |
| std::optional< std::string > | market_ticker |
| Unique identifier for the selected market. | |
| std::optional< std::string > | side |
| The side of the selected market. | |
| std::optional< FixedPointDollars > | yes_settlement_value_dollars |
| The settlement value of the YES/LONG side of the contract in dollars. | |
| std::optional<std::string> kalshi::MveSelectedLeg::event_ticker |
Unique identifier for the selected event.
| std::optional<std::string> kalshi::MveSelectedLeg::market_ticker |
Unique identifier for the selected market.
| std::optional<std::string> kalshi::MveSelectedLeg::side |
The side of the selected market.
| std::optional<FixedPointDollars> kalshi::MveSelectedLeg::yes_settlement_value_dollars |
The settlement value of the YES/LONG side of the contract in dollars.