UNPKG

kalshi-typescript

Version:
27 lines (19 loc) 1.38 kB
# BatchCancelOrdersIndividualResponse ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **order_id** | **string** | The order ID to identify which order had an error during batch cancellation | [default to undefined] **order** | [**Order**](Order.md) | | [optional] [default to undefined] **reduced_by_fp** | **string** | Fixed-point contract count string (2 decimals, e.g., \"10.00\"; referred to as \"fp\" in field names). Requests accept 02 decimal places (e.g., \"10\", \"10.0\", \"10.00\"); responses always emit 2 decimals. Currently only whole contract values are permitted, but the format supports future fractional precision. Integer contract count fields are legacy and will be deprecated; when both integer and fp fields are provided, they must match. | [default to undefined] **error** | [**ErrorResponse**](ErrorResponse.md) | | [optional] [default to undefined] ## Example ```typescript import { BatchCancelOrdersIndividualResponse } from 'kalshi-typescript'; const instance: BatchCancelOrdersIndividualResponse = { order_id, order, reduced_by_fp, error, }; ``` [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)