# CancelTradeResponse

A response for the cancel trade method.

## Example Usage

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

let value: CancelTradeResponse = {};
```

## Fields

| Field                                                                                      | Type                                                                                       | Required                                                                                   | Description                                                                                |
| ------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------ |
| `trade`                                                                                    | [components.CancelTradeResponseTrade](../../models/components/canceltraderesponsetrade.md) | :heavy_minus_sign:                                                                         | The trade that was canceled.                                                               |