|
kalshi-cpp 0.6.2
C++23 client for Kalshi's Predictions API
|
Query parameters for get_fcm_positions.
More...
#include <kalshi/models.hpp>
Public Attributes | |
| std::optional< std::string > | subtrader_id |
| Restricts the response to positions for a specific subtrader (FCM members only). | |
| std::optional< std::string > | ticker |
| Ticker of desired positions. | |
| std::optional< std::string > | event_ticker |
| Event ticker of desired positions. | |
| std::optional< std::string > | count_filter |
| Restricts the positions to those with any of following fields with non-zero values, as a comma separated list. | |
| std::optional< SettlementStatus > | settlement_status |
| Settlement status of the markets to return. | |
| std::optional< std::int64_t > | limit |
| Parameter to specify the number of results per page. | |
| std::optional< std::string > | cursor |
| The Cursor represents a pointer to the next page of records in the pagination. | |
Query parameters for get_fcm_positions.
| std::optional<std::string> kalshi::GetFcmPositionsParams::subtrader_id |
Restricts the response to positions for a specific subtrader (FCM members only).
| std::optional<std::string> kalshi::GetFcmPositionsParams::ticker |
Ticker of desired positions.
| std::optional<std::string> kalshi::GetFcmPositionsParams::event_ticker |
Event ticker of desired positions.
| std::optional<std::string> kalshi::GetFcmPositionsParams::count_filter |
Restricts the positions to those with any of following fields with non-zero values, as a comma separated list.
| std::optional<SettlementStatus> kalshi::GetFcmPositionsParams::settlement_status |
Settlement status of the markets to return.
| std::optional<std::int64_t> kalshi::GetFcmPositionsParams::limit |
Parameter to specify the number of results per page.
| std::optional<std::string> kalshi::GetFcmPositionsParams::cursor |
The Cursor represents a pointer to the next page of records in the pagination.