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

Notification when an RFQ is created. 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 created_ts
 Timestamp when the RFQ was created.
 
std::optional< std::string > mve_collection_ticker
 Multivariate event collection ticker.
 
std::optional< std::vector< RfqCreatedMveSelectedLegsItem > > mve_selected_legs
 Selected legs for an MVE RFQ.
 

Detailed Description

Notification when an RFQ is created.

Member Data Documentation

◆ id

std::string kalshi::ws::RfqCreated::id

Unique identifier for the RFQ.

◆ creator_id

std::string kalshi::ws::RfqCreated::creator_id

Public communications ID of the RFQ creator (anonymized).

◆ market_ticker

std::string kalshi::ws::RfqCreated::market_ticker

Market ticker for the RFQ.

◆ event_ticker

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

Event ticker (optional)

◆ contracts_fp

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

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

◆ target_cost_dollars

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

Target cost in dollars (optional)

◆ created_ts

std::string kalshi::ws::RfqCreated::created_ts

Timestamp when the RFQ was created.

◆ mve_collection_ticker

std::optional<std::string> kalshi::ws::RfqCreated::mve_collection_ticker

Multivariate event collection ticker.

◆ mve_selected_legs

std::optional<std::vector<RfqCreatedMveSelectedLegsItem> > kalshi::ws::RfqCreated::mve_selected_legs

Selected legs for an MVE RFQ.


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