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

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.
 

Detailed Description

Event creation notification.

Member Data Documentation

◆ event_ticker

std::string kalshi::ws::EventLifecycle::event_ticker

Unique identifier for the event being created.

◆ exchange_index

std::int64_t kalshi::ws::EventLifecycle::exchange_index {}

Identifier for the exchange shard the event's markets live on.

◆ title

std::string kalshi::ws::EventLifecycle::title

Title of event.

◆ subtitle

std::string kalshi::ws::EventLifecycle::subtitle

Subtitle of event.

◆ collateral_return_type

CollateralReturnType kalshi::ws::EventLifecycle::collateral_return_type {}

Collateral return type, MECNET or DIRECNET of the event.

◆ series_ticker

std::string kalshi::ws::EventLifecycle::series_ticker

Series ticker for the event.

◆ strike_date

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.

◆ strike_period

std::optional<std::string> kalshi::ws::EventLifecycle::strike_period

Optional - String to indicate the strike period of the event if there is one.


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