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

#include <kalshi/models.hpp>

Public Attributes

std::string ticker
 The event ticker.
 
bool is_yes_only {}
 Whether only the 'yes' side can be used for this event.
 
std::optional< std::int64_t > size_max
 Maximum number of markets from this event (inclusive).
 
std::optional< std::int64_t > size_min
 Minimum number of markets from this event (inclusive).
 
std::vector< std::string > active_quoters
 List of active quoters for this event.
 

Member Data Documentation

◆ ticker

std::string kalshi::AssociatedEvent::ticker

The event ticker.

◆ is_yes_only

bool kalshi::AssociatedEvent::is_yes_only {}

Whether only the 'yes' side can be used for this event.

◆ size_max

std::optional<std::int64_t> kalshi::AssociatedEvent::size_max

Maximum number of markets from this event (inclusive).

◆ size_min

std::optional<std::int64_t> kalshi::AssociatedEvent::size_min

Minimum number of markets from this event (inclusive).

◆ active_quoters

std::vector<std::string> kalshi::AssociatedEvent::active_quoters

List of active quoters for this event.


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