|
kalshi-cpp 0.6.2
C++23 client for Kalshi's Predictions API
|
Deduplicated real-time Pyth price for an underlying ticker. More...
#include <kalshi/ws_models.hpp>
Public Attributes | |
| std::string | underlying_ticker |
| Qualified Pyth underlying ticker. | |
| std::string | value_usd |
| USD value formatted to 8 decimal places. | |
| std::int64_t | source_ts_ms {} |
| Pyth source timestamp (unix ms) | |
| std::int64_t | received_at {} |
| When Kalshi received the Pyth update (unix ms) | |
Deduplicated real-time Pyth price for an underlying ticker.
| std::string kalshi::ws::PythValue::underlying_ticker |
Qualified Pyth underlying ticker.
| std::string kalshi::ws::PythValue::value_usd |
USD value formatted to 8 decimal places.
| std::int64_t kalshi::ws::PythValue::source_ts_ms {} |
Pyth source timestamp (unix ms)
| std::int64_t kalshi::ws::PythValue::received_at {} |
When Kalshi received the Pyth update (unix ms)