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

Notification when an RFQ is deleted. More...

#include <kalshi/ws_models.hpp>

Public Attributes

std::string id
 Unique identifier for the RFQ.
 
std::string creator_id
 Public communications ID of the RFQ creator (anonymized)
 
std::string market_ticker
 Market ticker for the RFQ.
 
std::optional< std::string > event_ticker
 Event ticker (optional)
 
std::optional< std::string > contracts_fp
 Fixed-point contracts requested (2 decimals) (optional)
 
std::optional< std::string > target_cost_dollars
 Target cost in dollars (optional)
 
std::string deleted_ts
 Timestamp when the RFQ was deleted.
 

Detailed Description

Notification when an RFQ is deleted.

Member Data Documentation

◆ id

std::string kalshi::ws::RfqDeleted::id

Unique identifier for the RFQ.

◆ creator_id

std::string kalshi::ws::RfqDeleted::creator_id

Public communications ID of the RFQ creator (anonymized)

◆ market_ticker

std::string kalshi::ws::RfqDeleted::market_ticker

Market ticker for the RFQ.

◆ event_ticker

std::optional<std::string> kalshi::ws::RfqDeleted::event_ticker

Event ticker (optional)

◆ contracts_fp

std::optional<std::string> kalshi::ws::RfqDeleted::contracts_fp

Fixed-point contracts requested (2 decimals) (optional)

◆ target_cost_dollars

std::optional<std::string> kalshi::ws::RfqDeleted::target_cost_dollars

Target cost in dollars (optional)

◆ deleted_ts

std::string kalshi::ws::RfqDeleted::deleted_ts

Timestamp when the RFQ was deleted.


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