public enum BloombergRequestType extends Enum<BloombergRequestType>
Enum Constant and Description |
---|
HISTORICAL_DATA |
INTRADAY_BAR |
INTRADAY_TICK |
PORTFOLIO_DATA |
REFERENCE_DATA |
Modifier and Type | Method and Description |
---|---|
String |
toString() |
static BloombergRequestType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static BloombergRequestType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final BloombergRequestType HISTORICAL_DATA
public static final BloombergRequestType INTRADAY_TICK
public static final BloombergRequestType INTRADAY_BAR
public static final BloombergRequestType REFERENCE_DATA
public static final BloombergRequestType PORTFOLIO_DATA
public static BloombergRequestType[] values()
for (BloombergRequestType c : BloombergRequestType.values()) System.out.println(c);
public static BloombergRequestType 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 toString()
toString
in class Enum<BloombergRequestType>
Copyright © 2013. All Rights Reserved.