package com.sigmaflare.binancej.entities; public enum SymbolStatus { PRE_TRADING, TRADING, POST_TRADING, END_OF_DAY, HALT, AUCTION_MATCH, BREAK }