|
kalshi-cpp 0.6.2
C++23 client for Kalshi's Predictions API
|
#include <kalshi/models.hpp>
Public Attributes | |
| std::string | fill_id |
| Fill ID. | |
| ExchangeIndex | exchange_index {} |
| std::string | ticker |
| Market ticker. | |
| OutcomeSide | taker_outcome_side {} |
| Taker outcome side. | |
| FixedPointCount | count_fp |
| Filled contract count. | |
| FixedPointDollars | yes_price_dollars |
| YES price in dollars. | |
| std::optional< std::string > | created_time |
| Fill execution time. | |
| std::optional< std::string > | maker_order_id |
| Maker order ID when owned by the FCM. | |
| std::optional< std::string > | maker_subtrader_id |
| Maker subtrader ID when owned by the FCM. | |
| std::optional< FixedPointDollars > | maker_fee_cost |
| Maker fee in dollars when owned by the FCM. | |
| std::optional< std::string > | taker_order_id |
| Taker order ID when owned by the FCM. | |
| std::optional< std::string > | taker_subtrader_id |
| Taker subtrader ID when owned by the FCM. | |
| std::optional< FixedPointDollars > | taker_fee_cost |
| Taker fee in dollars when owned by the FCM. | |
| std::string kalshi::FcmFill::fill_id |
Fill ID.
| ExchangeIndex kalshi::FcmFill::exchange_index {} |
| std::string kalshi::FcmFill::ticker |
Market ticker.
| OutcomeSide kalshi::FcmFill::taker_outcome_side {} |
Taker outcome side.
| FixedPointCount kalshi::FcmFill::count_fp |
Filled contract count.
| FixedPointDollars kalshi::FcmFill::yes_price_dollars |
YES price in dollars.
| std::optional<std::string> kalshi::FcmFill::created_time |
Fill execution time.
| std::optional<std::string> kalshi::FcmFill::maker_order_id |
Maker order ID when owned by the FCM.
| std::optional<std::string> kalshi::FcmFill::maker_subtrader_id |
Maker subtrader ID when owned by the FCM.
| std::optional<FixedPointDollars> kalshi::FcmFill::maker_fee_cost |
Maker fee in dollars when owned by the FCM.
| std::optional<std::string> kalshi::FcmFill::taker_order_id |
Taker order ID when owned by the FCM.
| std::optional<std::string> kalshi::FcmFill::taker_subtrader_id |
Taker subtrader ID when owned by the FCM.
| std::optional<FixedPointDollars> kalshi::FcmFill::taker_fee_cost |
Taker fee in dollars when owned by the FCM.