public enum EventSource extends Enum<EventSource>
| Enum Constant and Description |
|---|
EDI
EDI
|
ICE
ICE
|
IHS
IHS
|
OTC_OFFICIAL_WEB
OTC official web
|
SOURCE
CCASS
|
SOURCE_NAME_JY_DB
JYDB
|
WEB
Other
|
WEBULL_ARTIFICIAL
Webull artificial
|
WEBULL_AUDITOR
Webull auditor
|
| Modifier and Type | Method and Description |
|---|---|
static EventSource |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static EventSource[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final EventSource IHS
public static final EventSource EDI
public static final EventSource ICE
public static final EventSource WEBULL_ARTIFICIAL
public static final EventSource OTC_OFFICIAL_WEB
public static final EventSource SOURCE
public static final EventSource WEBULL_AUDITOR
public static final EventSource SOURCE_NAME_JY_DB
public static final EventSource WEB
public static EventSource[] values()
for (EventSource c : EventSource.values()) System.out.println(c);
public static EventSource 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.