# AssetTradingConfigServiceListAssetTradingConfigsRequest

## Example Usage

```typescript
import { AssetTradingConfigServiceListAssetTradingConfigsRequest } from "@apexfintechsolutions/ascend-sdk/models/operations";

let value: AssetTradingConfigServiceListAssetTradingConfigsRequest = {
  correspondentId: "01HBRQ5BW6ZAY4BNWP4GWRD80X",
  assetId: "-",
};
```

## Fields

| Field                                                                                                                                                                                                                                                                                                                   | Type                                                                                                                                                                                                                                                                                                                    | Required                                                                                                                                                                                                                                                                                                                | Description                                                                                                                                                                                                                                                                                                             | Example                                                                                                                                                                                                                                                                                                                 |
| ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| `correspondentId`                                                                                                                                                                                                                                                                                                       | *string*                                                                                                                                                                                                                                                                                                                | :heavy_check_mark:                                                                                                                                                                                                                                                                                                      | The correspondent id.                                                                                                                                                                                                                                                                                                   | 01HBRQ5BW6ZAY4BNWP4GWRD80X                                                                                                                                                                                                                                                                                              |
| `assetId`                                                                                                                                                                                                                                                                                                               | *string*                                                                                                                                                                                                                                                                                                                | :heavy_check_mark:                                                                                                                                                                                                                                                                                                      | The asset id.                                                                                                                                                                                                                                                                                                           | -                                                                                                                                                                                                                                                                                                                       |
| `pageSize`                                                                                                                                                                                                                                                                                                              | *number*                                                                                                                                                                                                                                                                                                                | :heavy_minus_sign:                                                                                                                                                                                                                                                                                                      | The maximum number of asset trading configs to return. The service may return fewer than this value. Default is 100 (subject to change) The maximum is 1000, values exceeding this will be set to 1000 (subject to change)                                                                                              | 100                                                                                                                                                                                                                                                                                                                     |
| `pageToken`                                                                                                                                                                                                                                                                                                             | *string*                                                                                                                                                                                                                                                                                                                | :heavy_minus_sign:                                                                                                                                                                                                                                                                                                      | A page token, received from a previous `ListAssetTradingConfigRequest` call. Provide this to retrieve the subsequent page. When paginating, all other parameters provided to `ListAssetTradingConfigRequest` must match the call that provided the page token in order to maintain a stable result set.                 | Mv-BAwEBCVBhZ2VUb2tlbgH_ggABAgEPUmVxdWVzdENoZWNrc3VtAQYAAQJJZAEMAAAAD_-CAfzrRtzkAQQ1MDA3AA==                                                                                                                                                                                                                            |
| `filter`                                                                                                                                                                                                                                                                                                                | *string*                                                                                                                                                                                                                                                                                                                | :heavy_minus_sign:                                                                                                                                                                                                                                                                                                      | A CEL string to filter results; See the [CEL Search](https://developer.apexclearing.com/apex-fintech-solutions/docs/cel-search) page in Guides for more information; symbol, cusip, isin, and asset_type are available in the CEL string. Additional fields will be available in the future. This is subject to change. | symbol == 'SBUX' && asset_type == 'EQUITY'                                                                                                                                                                                                                                                                              |