# OptionOrderLegExecution

A report of a street-side execution.

## Example Usage

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

let value: OptionOrderLegExecution = {};
```

## Fields

| Field                                                                                                                                                      | Type                                                                                                                                                       | Required                                                                                                                                                   | Description                                                                                                                                                | Example                                                                                                                                                    |
| ---------------------------------------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------- |
| `executedTime`                                                                                                                                             | [Date](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Date)                                                              | :heavy_minus_sign:                                                                                                                                         | The market-reported timestamp of the execution.                                                                                                            | 2025-02-03T15:34:00.000Z                                                                                                                                   |
| `price`                                                                                                                                                    | [components.OptionOrderLegExecutionPrice](../../models/components/optionorderlegexecutionprice.md)                                                         | :heavy_minus_sign:                                                                                                                                         | The price for this security, which is reported as the price-per-share for EQUITY type securities, or as the price-per-contract for OPTION type securities. | {<br/>"value": "95.99"<br/>}                                                                                                                               |
| `quantity`                                                                                                                                                 | [components.OptionOrderLegExecutionQuantity](../../models/components/optionorderlegexecutionquantity.md)                                                   | :heavy_minus_sign:                                                                                                                                         | The number of shares or contracts transacted in this execution.                                                                                            | {<br/>"value": "1"<br/>}                                                                                                                                   |