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

Notification when a quote is executed and orders are placed. More...

#include <kalshi/ws_models.hpp>

Public Attributes

std::string quote_id
 Unique identifier for the quote that was executed.
 
std::string rfq_id
 Identifier of the RFQ this quote was for.
 
std::string quote_creator_id
 Anonymized identifier for the quote creator.
 
std::string rfq_creator_id
 Anonymized identifier for the RFQ creator.
 
std::string order_id
 Your order ID resulting from the quote execution.
 
std::string client_order_id
 Your client order ID for the executed order.
 
std::string market_ticker
 Market ticker for the executed quote.
 
std::string executed_ts
 Timestamp when the quote was executed and orders were placed.
 
std::optional< std::int64_t > subaccount
 Optional - Present only when your side of this quote used a subaccount.
 

Detailed Description

Notification when a quote is executed and orders are placed.

Member Data Documentation

◆ quote_id

std::string kalshi::ws::QuoteExecuted::quote_id

Unique identifier for the quote that was executed.

◆ rfq_id

std::string kalshi::ws::QuoteExecuted::rfq_id

Identifier of the RFQ this quote was for.

◆ quote_creator_id

std::string kalshi::ws::QuoteExecuted::quote_creator_id

Anonymized identifier for the quote creator.

◆ rfq_creator_id

std::string kalshi::ws::QuoteExecuted::rfq_creator_id

Anonymized identifier for the RFQ creator.

◆ order_id

std::string kalshi::ws::QuoteExecuted::order_id

Your order ID resulting from the quote execution.

◆ client_order_id

std::string kalshi::ws::QuoteExecuted::client_order_id

Your client order ID for the executed order.

◆ market_ticker

std::string kalshi::ws::QuoteExecuted::market_ticker

Market ticker for the executed quote.

◆ executed_ts

std::string kalshi::ws::QuoteExecuted::executed_ts

Timestamp when the quote was executed and orders were placed.

◆ subaccount

std::optional<std::int64_t> kalshi::ws::QuoteExecuted::subaccount

Optional - Present only when your side of this quote used a subaccount.


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