| Name | Type | Description |
|---|---|---|
| contract | String | The option contract |
| underlyingSymbol | String | The ticker symbol |
| timestamp | OffsetDateTime | The UTC timestamp at the time of the trade. |
| price | BigDecimal | The price of the trade. |
| size | BigDecimal | The size of the trade. |
| totalVolume | BigDecimal | The total volume of the symbol for the day up to the timestamp point in time. |
| askPriceAtExecution | BigDecimal | The price of ask quote at the time of the trade. |
| bidPriceAtExecution | BigDecimal | The price of bid quote at the time of the trade. |
| exchange | String | The exchange for the trade. |
| conditions | String | The condition of the trade. |
| sequenceId | BigDecimal | The sequential ID for the trade, ordered as temporally received from the exchange. |