|
kalshi-cpp 0.6.2
C++23 client for Kalshi's Predictions API
|
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. | |
Notification when a quote is accepted.
| std::string kalshi::ws::QuoteAccepted::quote_id |
Unique identifier for the quote.
| std::string kalshi::ws::QuoteAccepted::rfq_id |
Identifier of the RFQ this quote is for.
| std::string kalshi::ws::QuoteAccepted::quote_creator_id |
Public communications ID of the quote creator (anonymized)
| std::string kalshi::ws::QuoteAccepted::rfq_creator_id |
Public communications ID of the RFQ creator (anonymized)
| std::string kalshi::ws::QuoteAccepted::market_ticker |
Market ticker for the quote.
| std::optional<std::string> kalshi::ws::QuoteAccepted::event_ticker |
Event ticker (optional)
| std::string kalshi::ws::QuoteAccepted::yes_bid_dollars |
Yes side bid price in dollars.
| std::string kalshi::ws::QuoteAccepted::no_bid_dollars |
No side bid price in dollars.
| std::optional<kalshi::Side> kalshi::ws::QuoteAccepted::accepted_side |
Which side was accepted (yes/no) (optional)
| std::optional<std::string> kalshi::ws::QuoteAccepted::contracts_accepted_fp |
Fixed-point contracts accepted (2 decimals) (optional)
| std::optional<std::string> kalshi::ws::QuoteAccepted::yes_contracts_offered_fp |
Fixed-point yes contracts offered (2 decimals) (optional)
| std::optional<std::string> kalshi::ws::QuoteAccepted::no_contracts_offered_fp |
Fixed-point no contracts offered (2 decimals) (optional)
| std::optional<std::string> kalshi::ws::QuoteAccepted::rfq_target_cost_dollars |
Target cost from the RFQ in dollars (optional)
| std::optional<std::int64_t> kalshi::ws::QuoteAccepted::subaccount |
Optional - Present only when your side of this quote used a subaccount.