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

#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.
 

Member Data Documentation

◆ event_ticker

std::optional<std::string> kalshi::MveSelectedLeg::event_ticker

Unique identifier for the selected event.

◆ market_ticker

std::optional<std::string> kalshi::MveSelectedLeg::market_ticker

Unique identifier for the selected market.

◆ side

std::optional<std::string> kalshi::MveSelectedLeg::side

The side of the selected market.

◆ yes_settlement_value_dollars

std::optional<FixedPointDollars> kalshi::MveSelectedLeg::yes_settlement_value_dollars

The settlement value of the YES/LONG side of the contract in dollars.


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