com.activequant.utils
Enum ActiveQuantDataField
java.lang.Object
java.lang.Enum<ActiveQuantDataField>
com.activequant.utils.ActiveQuantDataField
- All Implemented Interfaces:
- Serializable, Comparable<ActiveQuantDataField>
public enum ActiveQuantDataField
- extends Enum<ActiveQuantDataField>
BID
public static final ActiveQuantDataField BID
ASK
public static final ActiveQuantDataField ASK
BIDVOL
public static final ActiveQuantDataField BIDVOL
ASKVOL
public static final ActiveQuantDataField ASKVOL
EXP_DT
public static final ActiveQuantDataField EXP_DT
SETTLEMENTDATE
public static final ActiveQuantDataField SETTLEMENTDATE
GATEWAYTIMESTAMP
public static final ActiveQuantDataField GATEWAYTIMESTAMP
CREATED
public static final ActiveQuantDataField CREATED
NAME
public static final ActiveQuantDataField NAME
ROLLDATE
public static final ActiveQuantDataField ROLLDATE
SEC_TYP
public static final ActiveQuantDataField SEC_TYP
FIRSTTRADINGDATE
public static final ActiveQuantDataField FIRSTTRADINGDATE
values
public static ActiveQuantDataField[] values()
- Returns an array containing the constants of this enum type, in
the order they are declared. This method may be used to iterate
over the constants as follows:
for (ActiveQuantDataField c : ActiveQuantDataField.values())
System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in
the order they are declared
valueOf
public static ActiveQuantDataField valueOf(String name)
- Returns the enum constant of this type with the specified name.
The string must match exactly an identifier used to declare an
enum constant in this type. (Extraneous whitespace characters are
not permitted.)
- Parameters:
name - the name of the enum constant to be returned.
- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException - if this enum type has no constant
with the specified name
NullPointerException - if the argument is null
getClazz
public Class<?> getClazz()
keyName
public String keyName()
getValueObject
public Object getValueObject(String textRepresentation)
Copyright © 2012 ActiveQuant GmbH. All Rights Reserved.