|
kalshi-cpp 0.6.2
C++23 client for Kalshi's Predictions API
|
#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. | |
| std::string kalshi::AssociatedEvent::ticker |
The event ticker.
| bool kalshi::AssociatedEvent::is_yes_only {} |
Whether only the 'yes' side can be used for this event.
| std::optional<std::int64_t> kalshi::AssociatedEvent::size_max |
Maximum number of markets from this event (inclusive).
| std::optional<std::int64_t> kalshi::AssociatedEvent::size_min |
Minimum number of markets from this event (inclusive).
| std::vector<std::string> kalshi::AssociatedEvent::active_quoters |
List of active quoters for this event.