All Downloads are FREE. Search and download functionalities are using the official Maven repository.

net.sealake.binance.api.client.domain.general.SymbolStatus Maven / Gradle / Ivy

The newest version!
package net.sealake.binance.api.client.domain.general;

/**
 * Status of a symbol on the exchange.
 */
public enum SymbolStatus {
  PRE_TRADING,
  TRADING,
  POST_TRADING,
  END_OF_DAY,
  HALT,
  AUCTION_MATCH,
  BREAK;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy