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

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)
 

Detailed Description

Deduplicated real-time Pyth price for an underlying ticker.

Member Data Documentation

◆ underlying_ticker

std::string kalshi::ws::PythValue::underlying_ticker

Qualified Pyth underlying ticker.

◆ value_usd

std::string kalshi::ws::PythValue::value_usd

USD value formatted to 8 decimal places.

◆ source_ts_ms

std::int64_t kalshi::ws::PythValue::source_ts_ms {}

Pyth source timestamp (unix ms)

◆ received_at

std::int64_t kalshi::ws::PythValue::received_at {}

When Kalshi received the Pyth update (unix ms)


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