# CancelTradeAllocationResponse

A response for the cancel trade allocation method.

## Example Usage

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

let value: CancelTradeAllocationResponse = {};
```

## Fields

| Field                                                                                                                              | Type                                                                                                                               | Required                                                                                                                           | Description                                                                                                                        |
| ---------------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------- |
| `tradeAllocation`                                                                                                                  | [components.CancelTradeAllocationResponseTradeAllocation](../../models/components/canceltradeallocationresponsetradeallocation.md) | :heavy_minus_sign:                                                                                                                 | The trade allocation that was canceled.                                                                                            |