| Name | Type | Description |
|---|---|---|
| tradingStatus | TradingStatusEnum | The trading status of the security. |
| tradingStatusReason | String | The exchange supplied reason for its current status. |
| tradingStatusUpdatedOn | OffsetDateTime | The time the exchange reported that it changed its trading status. |
| security | SecuritySummary | The Security resolved from the given identifier |
| marketStatus | MarketStatusEnum | The status of the market. |
| messages | List<String> | A list of messages related to the request, such as warnings or errors. |
| Name | Value |
|---|---|
| TRADING | "trading" |
| QUOTES_ONLY | "quotes_only" |
| STOPPED | "stopped" |
| Name | Value |
|---|---|
| OPEN | "open" |
| CLOSED | "closed" |
| PREMARKET | "premarket" |
| POSTMARKET | "postmarket" |
| CLOSED_EARLY | "closed_early" |