# BookingCreateTradeAllocationResponse

## Example Usage

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

let value: BookingCreateTradeAllocationResponse = {};
```

## Fields

| Field                                                                                                                                                                     | Type                                                                                                                                                                      | Required                                                                                                                                                                  | Description                                                                                                                                                               |
| ------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| `httpMeta`                                                                                                                                                                | [components.HTTPMetadata](../../models/components/httpmetadata.md)                                                                                                        | :heavy_check_mark:                                                                                                                                                        | N/A                                                                                                                                                                       |
| `tradeAllocation`                                                                                                                                                         | [components.TradeAllocation](../../models/components/tradeallocation.md)                                                                                                  | :heavy_minus_sign:                                                                                                                                                        | OK                                                                                                                                                                        |
| `status`                                                                                                                                                                  | [components.Status](../../models/components/status.md)                                                                                                                    | :heavy_minus_sign:                                                                                                                                                        | INVALID_ARGUMENT: The request is not valid.<br/>FAILED_PRECONDITION: The operation was rejected because the system is not in a state required for the operation's processing. |