com.activequant.utils
Enum ActiveQuantDataField

java.lang.Object
  extended by java.lang.Enum<ActiveQuantDataField>
      extended by com.activequant.utils.ActiveQuantDataField
All Implemented Interfaces:
Serializable, Comparable<ActiveQuantDataField>

public enum ActiveQuantDataField
extends Enum<ActiveQuantDataField>


Enum Constant Summary
ASK
           
ASKVOL
           
BID
           
BIDVOL
           
CREATED
           
EXP_DT
           
FIRSTTRADINGDATE
           
GATEWAYTIMESTAMP
           
NAME
           
ROLLDATE
           
SEC_TYP
           
SETTLEMENTDATE
           
 
Method Summary
 Class<?> getClazz()
           
 Object getValueObject(String textRepresentation)
           
 String keyName()
           
static ActiveQuantDataField valueOf(String name)
          Returns the enum constant of this type with the specified name.
static ActiveQuantDataField[] values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 
Methods inherited from class java.lang.Enum
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Enum Constant Detail

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
Method Detail

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.