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

Notification when a quote is created on an RFQ. 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< 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::string created_ts
 Timestamp when the quote was created.
 
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 created on an RFQ.

Member Data Documentation

◆ quote_id

std::string kalshi::ws::QuoteCreated::quote_id

Unique identifier for the quote.

◆ rfq_id

std::string kalshi::ws::QuoteCreated::rfq_id

Identifier of the RFQ this quote is for.

◆ quote_creator_id

std::string kalshi::ws::QuoteCreated::quote_creator_id

Public communications ID of the quote creator (anonymized)

◆ rfq_creator_id

std::string kalshi::ws::QuoteCreated::rfq_creator_id

Public communications ID of the RFQ creator (anonymized)

◆ market_ticker

std::string kalshi::ws::QuoteCreated::market_ticker

Market ticker for the quote.

◆ event_ticker

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

Event ticker (optional)

◆ yes_bid_dollars

std::string kalshi::ws::QuoteCreated::yes_bid_dollars

Yes side bid price in dollars.

◆ no_bid_dollars

std::string kalshi::ws::QuoteCreated::no_bid_dollars

No side bid price in dollars.

◆ yes_contracts_offered_fp

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

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

◆ no_contracts_offered_fp

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

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

◆ rfq_target_cost_dollars

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

Target cost from the RFQ in dollars (optional)

◆ created_ts

std::string kalshi::ws::QuoteCreated::created_ts

Timestamp when the quote was created.

◆ subaccount

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

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


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