|
kalshi-cpp 0.6.2
C++23 client for Kalshi's Predictions API
|
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. | |
Notification when a quote is executed and orders are placed.
| std::string kalshi::ws::QuoteExecuted::quote_id |
Unique identifier for the quote that was executed.
| std::string kalshi::ws::QuoteExecuted::rfq_id |
Identifier of the RFQ this quote was for.
| std::string kalshi::ws::QuoteExecuted::quote_creator_id |
Anonymized identifier for the quote creator.
| std::string kalshi::ws::QuoteExecuted::rfq_creator_id |
Anonymized identifier for the RFQ creator.
| std::string kalshi::ws::QuoteExecuted::order_id |
Your order ID resulting from the quote execution.
| std::string kalshi::ws::QuoteExecuted::client_order_id |
Your client order ID for the executed order.
| std::string kalshi::ws::QuoteExecuted::market_ticker |
Market ticker for the executed quote.
| std::string kalshi::ws::QuoteExecuted::executed_ts |
Timestamp when the quote was executed and orders were placed.
| std::optional<std::int64_t> kalshi::ws::QuoteExecuted::subaccount |
Optional - Present only when your side of this quote used a subaccount.