# RemoveOrderRequestCreate

The message to remove a basket order by client order ID with optional CAT reporting data.

## Example Usage

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

let value: RemoveOrderRequestCreate = {
  clientOrderId: "77e4c4b9-38e7-469f-9a8d-cd8baf7c1952",
};
```

## Fields

| Field                                                                                                                                                                                                                                                                                      | Type                                                                                                                                                                                                                                                                                       | Required                                                                                                                                                                                                                                                                                   | Description                                                                                                                                                                                                                                                                                | Example                                                                                                                                                                                                                                                                                    |
| ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ |
| `cancelInitiator`                                                                                                                                                                                                                                                                          | [components.RemoveOrderRequestCreateCancelInitiator](../../models/components/removeorderrequestcreatecancelinitiator.md)                                                                                                                                                                   | :heavy_minus_sign:                                                                                                                                                                                                                                                                         | Only relevant for CAT reporting when clients have Apex do CAT reporting on their behalf. A value may be provided for non-Equity orders, and will be remembered, but the value will have no impact on how they are processed. Cancel requests without this field set will default to CLIENT | FIRM                                                                                                                                                                                                                                                                                       |
| `clientCancelReceivedTime`                                                                                                                                                                                                                                                                 | [Date](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Date)                                                                                                                                                                                              | :heavy_minus_sign:                                                                                                                                                                                                                                                                         | Related to CAT reporting when Apex reports for the client. A value may be provided for non-Equity orders, and will be remembered, but valid timestamps will have no impact on how they are processed.                                                                                      | 2023-09-21T16:55:27.580Z                                                                                                                                                                                                                                                                   |
| `clientCancelSentTime`                                                                                                                                                                                                                                                                     | [Date](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Date)                                                                                                                                                                                              | :heavy_minus_sign:                                                                                                                                                                                                                                                                         | Related to CAT reporting when Apex reports for the client. Denotes the time the client sent the cancel request to Apex. A value may be provided for non-Equity orders, and will be remembered, but valid timestamps will have no impact on how they are processed.                         | 2023-09-21T16:55:27.580Z                                                                                                                                                                                                                                                                   |
| `clientOrderId`                                                                                                                                                                                                                                                                            | *string*                                                                                                                                                                                                                                                                                   | :heavy_check_mark:                                                                                                                                                                                                                                                                         | The client order ID of the basket order to remove.                                                                                                                                                                                                                                         | 77e4c4b9-38e7-469f-9a8d-cd8baf7c1952                                                                                                                                                                                                                                                       |