# ListCompressedOrdersResponse

The response message for listing compressed orders within a basket

## Example Usage

```typescript
import { ListCompressedOrdersResponse } from "@apexfintechsolutions/ascend-sdk/models/components";

let value: ListCompressedOrdersResponse = {};
```

## Fields

| Field                                                                                                                                                                                 | Type                                                                                                                                                                                  | Required                                                                                                                                                                              | Description                                                                                                                                                                           | Example                                                                                                                                                                               |
| ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| `compressedOrders`                                                                                                                                                                    | [components.CompressedOrder](../../models/components/compressedorder.md)[]                                                                                                            | :heavy_minus_sign:                                                                                                                                                                    | The compressed orders in the basket                                                                                                                                                   |                                                                                                                                                                                       |
| `nextPageToken`                                                                                                                                                                       | *string*                                                                                                                                                                              | :heavy_minus_sign:                                                                                                                                                                    | A token to retrieve the next page of results. Pass this value in the `page_token` field in the subsequent call to `ListCompressedOrders` method to retrieve the next page of results. | AbTYnwAkMjIyZDNjYTAtZmVjZS00N2Q5LTgyMDctNzI3MDdkMjFiZ3hh                                                                                                                              |