public enum BloombergServiceType extends Enum<BloombergServiceType>
Enum Constant and Description |
---|
API_AUTHORIZATION |
API_FIELD_INFORMATION |
CUSTOM_VWAP |
MARKET_BAR |
MARKET_DATA |
PAGE_DATA |
REFERENCE_DATA |
TECHNICAL_ANALYSIS |
Modifier and Type | Method and Description |
---|---|
String |
getUri() |
static BloombergServiceType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static BloombergServiceType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final BloombergServiceType REFERENCE_DATA
public static final BloombergServiceType MARKET_DATA
public static final BloombergServiceType CUSTOM_VWAP
public static final BloombergServiceType MARKET_BAR
public static final BloombergServiceType API_FIELD_INFORMATION
public static final BloombergServiceType PAGE_DATA
public static final BloombergServiceType TECHNICAL_ANALYSIS
public static final BloombergServiceType API_AUTHORIZATION
public static BloombergServiceType[] values()
for (BloombergServiceType c : BloombergServiceType.values()) System.out.println(c);
public static BloombergServiceType 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 nullpublic String getUri()
Copyright © 2013. All Rights Reserved.