public enum ExchangeCode extends Enum<ExchangeCode>
| Enum Constant and Description |
|---|
ASE
NYSE MKT
|
BAT
BATS Exchanges
|
CCC
Cryptocurrency
|
HKG
Hong Kong Stock Exchange
|
HKW
Hong Kong Warrant Exchange
|
NAS
NASDAQ Capital Market
|
NMS
NASDAQ Global Market
|
NSQ
NASDAQ Global Select Market
|
NYSE
New York Stock Exchange
|
OPRA
Option Pricing Reporting Authority
|
OTC
Over The Counter Bulletin Board
|
PK
Pink Sheets
|
PSE
NYSE Archipelago Exchange
|
| Modifier and Type | Method and Description |
|---|---|
static ExchangeCode |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ExchangeCode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ExchangeCode HKG
public static final ExchangeCode NAS
public static final ExchangeCode NYSE
public static final ExchangeCode ASE
public static final ExchangeCode PSE
public static final ExchangeCode BAT
public static final ExchangeCode NMS
public static final ExchangeCode NSQ
public static final ExchangeCode OTC
public static final ExchangeCode PK
public static final ExchangeCode OPRA
public static final ExchangeCode CCC
public static final ExchangeCode HKW
public static ExchangeCode[] values()
for (ExchangeCode c : ExchangeCode.values()) System.out.println(c);
public static ExchangeCode valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullCopyright © 2025 Webull. All rights reserved.