# BookingGetTradeAllocationRequest

## Example Usage

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

let value: BookingGetTradeAllocationRequest = {
  accountId: "02HASWB2DTMRT3DAM45P56J2T2",
  tradeAllocationId: "01J0XX2KDN3M9QKFKRE2HYSCQM",
};
```

## Fields

| Field                      | Type                       | Required                   | Description                | Example                    |
| -------------------------- | -------------------------- | -------------------------- | -------------------------- | -------------------------- |
| `accountId`                | *string*                   | :heavy_check_mark:         | The account id.            | 02HASWB2DTMRT3DAM45P56J2T2 |
| `tradeAllocationId`        | *string*                   | :heavy_check_mark:         | The tradeAllocation id.    | 01J0XX2KDN3M9QKFKRE2HYSCQM |