# BasketTradingExecutedPrice

An average price definition

## Example Usage

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

let value: BasketTradingExecutedPrice = {};
```

## Fields

| Field                                                                                                                                                                                                                                                                                                                                       | Type                                                                                                                                                                                                                                                                                                                                        | Required                                                                                                                                                                                                                                                                                                                                    | Description                                                                                                                                                                                                                                                                                                                                 | Example                                                                                                                                                                                                                                                                                                                                     |
| ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| `price`                                                                                                                                                                                                                                                                                                                                     | [components.BasketTradingExecutedPricePrice](../../models/components/baskettradingexecutedpriceprice.md)                                                                                                                                                                                                                                    | :heavy_minus_sign:                                                                                                                                                                                                                                                                                                                          | The limit price which must be greater than zero if provided. For equity orders in the USD currency, up to 2 decimal places are allowed for prices above $1 and up to 4 decimal places for prices at or below $1. For fixed income orders this is expressed as a percentage of par, which allows up to 5 decimal places in the USD currency. | {<br/>"value": "97.83"<br/>}                                                                                                                                                                                                                                                                                                                |
| `type`                                                                                                                                                                                                                                                                                                                                      | [components.BasketTradingExecutedPriceType](../../models/components/baskettradingexecutedpricetype.md)                                                                                                                                                                                                                                      | :heavy_minus_sign:                                                                                                                                                                                                                                                                                                                          | The type of this price, which must be PRICE_PER_UNIT for equity orders                                                                                                                                                                                                                                                                      | PRICE_PER_UNIT                                                                                                                                                                                                                                                                                                                              |