UNPKG

kalshi-typescript

Version:
25 lines (17 loc) 1.3 kB
# GetOrderGroupResponse ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **is_auto_cancel_enabled** | **boolean** | Whether auto-cancel is enabled for this order group | [default to undefined] **contracts_limit_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. | [optional] [default to undefined] **orders** | **Array<string>** | List of order IDs that belong to this order group | [default to undefined] ## Example ```typescript import { GetOrderGroupResponse } from 'kalshi-typescript'; const instance: GetOrderGroupResponse = { is_auto_cancel_enabled, contracts_limit_fp, orders, }; ``` [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)