Skip to content

Latest commit

 

History

History
51 lines (31 loc) · 1.22 KB

File metadata and controls

51 lines (31 loc) · 1.22 KB

ApiResponseSecurityTradingStatus

Properties

Name Type Description
tradingStatus String The trading status of the security.  
tradingStatusReason String The exchange supplied reason for its current status.  
tradingStatusUpdatedOn Date The time the exchange reported that it changed its trading status.  
security SecuritySummary The Security resolved from the given identifier  
marketStatus String The status of the market.  
messages [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"