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