|
kalshi-cpp 0.6.2
C++23 client for Kalshi's Predictions API
|
Notification when an RFQ is deleted. 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 | deleted_ts |
| Timestamp when the RFQ was deleted. | |
Notification when an RFQ is deleted.
| std::string kalshi::ws::RfqDeleted::id |
Unique identifier for the RFQ.
| std::string kalshi::ws::RfqDeleted::creator_id |
Public communications ID of the RFQ creator (anonymized)
| std::optional<std::string> kalshi::ws::RfqDeleted::event_ticker |
Event ticker (optional)
| std::optional<std::string> kalshi::ws::RfqDeleted::contracts_fp |
Fixed-point contracts requested (2 decimals) (optional)
| std::optional<std::string> kalshi::ws::RfqDeleted::target_cost_dollars |
Target cost in dollars (optional)
| std::string kalshi::ws::RfqDeleted::deleted_ts |
Timestamp when the RFQ was deleted.