|
kalshi-cpp 0.6.2
C++23 client for Kalshi's Predictions API
|
Private fill information for authenticated user. More...
#include <kalshi/ws_models.hpp>
Public Attributes | |
| std::string | trade_id |
| Unique identifier for fills. | |
| std::string | order_id |
| Unique identifier for orders. | |
| std::optional< std::string > | client_order_id |
| Optional client-provided order ID. | |
| std::string | market_ticker |
| Unique identifier for markets. | |
| std::int64_t | exchange_index {} |
| Identifier for the exchange shard where the fill occurred. | |
| bool | is_taker {} |
| If you were a taker on this fill. | |
| kalshi::Side | side {} |
| Deprecated. | |
| std::int64_t | ts {} |
| Deprecated - Unix timestamp for when the update happened (in seconds). | |
| std::int64_t | ts_ms {} |
| Unix timestamp for when the update happened (in milliseconds) | |
| std::string | yes_price_dollars |
| Price for the yes side of the fill in dollars. | |
| std::string | count_fp |
| Fixed-point contracts filled (2 decimals) | |
| std::string | fee_cost |
| Exchange fee paid for this fill in fixed-point dollars. | |
| OrderAction | action {} |
| Deprecated. | |
| std::string | post_position_fp |
| Fixed-point position after the fill (2 decimals) | |
| kalshi::Side | purchased_side {} |
| Deprecated. | |
| kalshi::OutcomeSide | outcome_side {} |
| The outcome side this fill positioned the user for. | |
| kalshi::BookSide | book_side {} |
| Same directional bit as outcome_side in book vocabulary. | |
| std::optional< std::int64_t > | subaccount |
| Optional subaccount number for the fill. | |
Private fill information for authenticated user.
| std::string kalshi::ws::Fill::trade_id |
Unique identifier for fills.
| std::string kalshi::ws::Fill::order_id |
Unique identifier for orders.
| std::optional<std::string> kalshi::ws::Fill::client_order_id |
Optional client-provided order ID.
| std::string kalshi::ws::Fill::market_ticker |
Unique identifier for markets.
| std::int64_t kalshi::ws::Fill::exchange_index {} |
Identifier for the exchange shard where the fill occurred.
| bool kalshi::ws::Fill::is_taker {} |
If you were a taker on this fill.
| kalshi::Side kalshi::ws::Fill::side {} |
Deprecated.
| std::int64_t kalshi::ws::Fill::ts {} |
Deprecated - Unix timestamp for when the update happened (in seconds).
| std::int64_t kalshi::ws::Fill::ts_ms {} |
Unix timestamp for when the update happened (in milliseconds)
| std::string kalshi::ws::Fill::yes_price_dollars |
Price for the yes side of the fill in dollars.
| std::string kalshi::ws::Fill::count_fp |
Fixed-point contracts filled (2 decimals)
| std::string kalshi::ws::Fill::fee_cost |
Exchange fee paid for this fill in fixed-point dollars.
| OrderAction kalshi::ws::Fill::action {} |
Deprecated.
| std::string kalshi::ws::Fill::post_position_fp |
Fixed-point position after the fill (2 decimals)
| kalshi::Side kalshi::ws::Fill::purchased_side {} |
Deprecated.
| kalshi::OutcomeSide kalshi::ws::Fill::outcome_side {} |
The outcome side this fill positioned the user for.
| kalshi::BookSide kalshi::ws::Fill::book_side {} |
Same directional bit as outcome_side in book vocabulary.
| std::optional<std::int64_t> kalshi::ws::Fill::subaccount |
Optional subaccount number for the fill.