kalshi-cpp 0.6.2
C++23 client for Kalshi's Predictions API
Loading...
Searching...
No Matches
kalshi::FcmFill Struct Reference

#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.
 

Member Data Documentation

◆ fill_id

std::string kalshi::FcmFill::fill_id

Fill ID.

◆ exchange_index

ExchangeIndex kalshi::FcmFill::exchange_index {}

◆ ticker

std::string kalshi::FcmFill::ticker

Market ticker.

◆ taker_outcome_side

OutcomeSide kalshi::FcmFill::taker_outcome_side {}

Taker outcome side.

◆ count_fp

FixedPointCount kalshi::FcmFill::count_fp

Filled contract count.

◆ yes_price_dollars

FixedPointDollars kalshi::FcmFill::yes_price_dollars

YES price in dollars.

◆ created_time

std::optional<std::string> kalshi::FcmFill::created_time

Fill execution time.

◆ maker_order_id

std::optional<std::string> kalshi::FcmFill::maker_order_id

Maker order ID when owned by the FCM.

◆ maker_subtrader_id

std::optional<std::string> kalshi::FcmFill::maker_subtrader_id

Maker subtrader ID when owned by the FCM.

◆ maker_fee_cost

std::optional<FixedPointDollars> kalshi::FcmFill::maker_fee_cost

Maker fee in dollars when owned by the FCM.

◆ taker_order_id

std::optional<std::string> kalshi::FcmFill::taker_order_id

Taker order ID when owned by the FCM.

◆ taker_subtrader_id

std::optional<std::string> kalshi::FcmFill::taker_subtrader_id

Taker subtrader ID when owned by the FCM.

◆ taker_fee_cost

std::optional<FixedPointDollars> kalshi::FcmFill::taker_fee_cost

Taker fee in dollars when owned by the FCM.


The documentation for this struct was generated from the following file: