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

#include <kalshi/models.hpp>

Public Attributes

std::optional< std::string > order_id
 
std::optional< std::string > client_order_id
 
std::optional< FixedPointCount > fill_count
 Number of contracts filled immediately upon placement.
 
std::optional< FixedPointCount > remaining_count
 Number of contracts remaining after placement.
 
std::optional< FixedPointDollars > average_fill_price
 Volume-weighted average fill price.
 
std::optional< FixedPointDollars > average_fee_paid
 Volume-weighted average fee paid per contract.
 
std::optional< std::int64_t > ts_ms
 Matching engine timestamp at which the order was processed, as Unix epoch milliseconds.
 
std::optional< ErrorResponse > error
 

Member Data Documentation

◆ order_id

std::optional<std::string> kalshi::BatchCreateOrdersV2ResponseOrdersItem::order_id

◆ client_order_id

std::optional<std::string> kalshi::BatchCreateOrdersV2ResponseOrdersItem::client_order_id

◆ fill_count

std::optional<FixedPointCount> kalshi::BatchCreateOrdersV2ResponseOrdersItem::fill_count

Number of contracts filled immediately upon placement.

◆ remaining_count

std::optional<FixedPointCount> kalshi::BatchCreateOrdersV2ResponseOrdersItem::remaining_count

Number of contracts remaining after placement.

◆ average_fill_price

std::optional<FixedPointDollars> kalshi::BatchCreateOrdersV2ResponseOrdersItem::average_fill_price

Volume-weighted average fill price.

◆ average_fee_paid

std::optional<FixedPointDollars> kalshi::BatchCreateOrdersV2ResponseOrdersItem::average_fee_paid

Volume-weighted average fee paid per contract.

◆ ts_ms

std::optional<std::int64_t> kalshi::BatchCreateOrdersV2ResponseOrdersItem::ts_ms

Matching engine timestamp at which the order was processed, as Unix epoch milliseconds.

◆ error

std::optional<ErrorResponse> kalshi::BatchCreateOrdersV2ResponseOrdersItem::error

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