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

Notification when a quote is accepted. More...

#include <kalshi/ws_models.hpp>

Public Attributes

std::string quote_id
 Unique identifier for the quote.
 
std::string rfq_id
 Identifier of the RFQ this quote is for.
 
std::string quote_creator_id
 Public communications ID of the quote creator (anonymized)
 
std::string rfq_creator_id
 Public communications ID of the RFQ creator (anonymized)
 
std::string market_ticker
 Market ticker for the quote.
 
std::optional< std::string > event_ticker
 Event ticker (optional)
 
std::string yes_bid_dollars
 Yes side bid price in dollars.
 
std::string no_bid_dollars
 No side bid price in dollars.
 
std::optional< kalshi::Side > accepted_side
 Which side was accepted (yes/no) (optional)
 
std::optional< std::string > contracts_accepted_fp
 Fixed-point contracts accepted (2 decimals) (optional)
 
std::optional< std::string > yes_contracts_offered_fp
 Fixed-point yes contracts offered (2 decimals) (optional)
 
std::optional< std::string > no_contracts_offered_fp
 Fixed-point no contracts offered (2 decimals) (optional)
 
std::optional< std::string > rfq_target_cost_dollars
 Target cost from the RFQ in dollars (optional)
 
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 accepted.

Member Data Documentation

◆ quote_id

std::string kalshi::ws::QuoteAccepted::quote_id

Unique identifier for the quote.

◆ rfq_id

std::string kalshi::ws::QuoteAccepted::rfq_id

Identifier of the RFQ this quote is for.

◆ quote_creator_id

std::string kalshi::ws::QuoteAccepted::quote_creator_id

Public communications ID of the quote creator (anonymized)

◆ rfq_creator_id

std::string kalshi::ws::QuoteAccepted::rfq_creator_id

Public communications ID of the RFQ creator (anonymized)

◆ market_ticker

std::string kalshi::ws::QuoteAccepted::market_ticker

Market ticker for the quote.

◆ event_ticker

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

Event ticker (optional)

◆ yes_bid_dollars

std::string kalshi::ws::QuoteAccepted::yes_bid_dollars

Yes side bid price in dollars.

◆ no_bid_dollars

std::string kalshi::ws::QuoteAccepted::no_bid_dollars

No side bid price in dollars.

◆ accepted_side

std::optional<kalshi::Side> kalshi::ws::QuoteAccepted::accepted_side

Which side was accepted (yes/no) (optional)

◆ contracts_accepted_fp

std::optional<std::string> kalshi::ws::QuoteAccepted::contracts_accepted_fp

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

◆ yes_contracts_offered_fp

std::optional<std::string> kalshi::ws::QuoteAccepted::yes_contracts_offered_fp

Fixed-point yes contracts offered (2 decimals) (optional)

◆ no_contracts_offered_fp

std::optional<std::string> kalshi::ws::QuoteAccepted::no_contracts_offered_fp

Fixed-point no contracts offered (2 decimals) (optional)

◆ rfq_target_cost_dollars

std::optional<std::string> kalshi::ws::QuoteAccepted::rfq_target_cost_dollars

Target cost from the RFQ in dollars (optional)

◆ subaccount

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

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


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