/** * Represents a single symbol status. */ export enum SymbolStatus { PRE_TRADING, TRADING, POST_TRADING, END_OF_DAY, HALT, AUCTION_MATCH, BREAK, }