Skip to content

Latest commit

 

History

History
54 lines (32 loc) · 1.32 KB

File metadata and controls

54 lines (32 loc) · 1.32 KB

ApiResponseSecurityTradingStatus

Properties

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.  

Enum: TradingStatusEnum

Name Value
TRADING "trading"
QUOTES_ONLY "quotes_only"
STOPPED "stopped"

Enum: MarketStatusEnum

Name Value
OPEN "open"
CLOSED "closed"
PREMARKET "premarket"
POSTMARKET "postmarket"
CLOSED_EARLY "closed_early"