|
kalshi-cpp 0.6.2
C++23 client for Kalshi's Predictions API
|
Notification when an RFQ is created. More...
#include <kalshi/ws_models.hpp>
Public Attributes | |
| std::string | id |
| Unique identifier for the RFQ. | |
| std::string | creator_id |
| Public communications ID of the RFQ creator (anonymized). | |
| std::string | market_ticker |
| Market ticker for the RFQ. | |
| std::optional< std::string > | event_ticker |
| Event ticker (optional) | |
| std::optional< std::string > | contracts_fp |
| Fixed-point contracts requested (2 decimals) (optional) | |
| std::optional< std::string > | target_cost_dollars |
| Target cost in dollars (optional) | |
| std::string | created_ts |
| Timestamp when the RFQ was created. | |
| std::optional< std::string > | mve_collection_ticker |
| Multivariate event collection ticker. | |
| std::optional< std::vector< RfqCreatedMveSelectedLegsItem > > | mve_selected_legs |
| Selected legs for an MVE RFQ. | |
Notification when an RFQ is created.
| std::string kalshi::ws::RfqCreated::id |
Unique identifier for the RFQ.
| std::string kalshi::ws::RfqCreated::creator_id |
Public communications ID of the RFQ creator (anonymized).
| std::optional<std::string> kalshi::ws::RfqCreated::event_ticker |
Event ticker (optional)
| std::optional<std::string> kalshi::ws::RfqCreated::contracts_fp |
Fixed-point contracts requested (2 decimals) (optional)
| std::optional<std::string> kalshi::ws::RfqCreated::target_cost_dollars |
Target cost in dollars (optional)
| std::string kalshi::ws::RfqCreated::created_ts |
Timestamp when the RFQ was created.
| std::optional<std::string> kalshi::ws::RfqCreated::mve_collection_ticker |
Multivariate event collection ticker.
| std::optional<std::vector<RfqCreatedMveSelectedLegsItem> > kalshi::ws::RfqCreated::mve_selected_legs |
Selected legs for an MVE RFQ.