|
kalshi-cpp 0.6.2
C++23 client for Kalshi's Predictions API
|
Event creation notification. More...
#include <kalshi/ws_models.hpp>
Public Attributes | |
| std::string | event_ticker |
| Unique identifier for the event being created. | |
| std::int64_t | exchange_index {} |
| Identifier for the exchange shard the event's markets live on. | |
| std::string | title |
| Title of event. | |
| std::string | subtitle |
| Subtitle of event. | |
| CollateralReturnType | collateral_return_type {} |
| Collateral return type, MECNET or DIRECNET of the event. | |
| std::string | series_ticker |
| Series ticker for the event. | |
| std::optional< std::int64_t > | strike_date |
| Optional - Unix timestamp to indicate the strike date of the event if there is one. | |
| std::optional< std::string > | strike_period |
| Optional - String to indicate the strike period of the event if there is one. | |
Event creation notification.
| std::string kalshi::ws::EventLifecycle::event_ticker |
Unique identifier for the event being created.
| std::int64_t kalshi::ws::EventLifecycle::exchange_index {} |
Identifier for the exchange shard the event's markets live on.
| std::string kalshi::ws::EventLifecycle::title |
Title of event.
| std::string kalshi::ws::EventLifecycle::subtitle |
Subtitle of event.
| CollateralReturnType kalshi::ws::EventLifecycle::collateral_return_type {} |
Collateral return type, MECNET or DIRECNET of the event.
| std::string kalshi::ws::EventLifecycle::series_ticker |
Series ticker for the event.
| std::optional<std::int64_t> kalshi::ws::EventLifecycle::strike_date |
Optional - Unix timestamp to indicate the strike date of the event if there is one.
| std::optional<std::string> kalshi::ws::EventLifecycle::strike_period |
Optional - String to indicate the strike period of the event if there is one.