| 
 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||
java.lang.Objectjava.lang.Enum<FIXField.Type>
net.sourceforge.fixpusher.model.message.FIXField.Type
public static enum FIXField.Type
The Enum Type.
| Enum Constant Summary | |
|---|---|
| AMTThe AMT. | |
| BOOLEANThe BOOLEAN. | |
| CHARThe CHAR. | |
| COUNTRYThe COUNTRY. | |
| CURRENCYThe CURRENCY. | |
| DATAThe DATA. | |
| DAYOFMONTHThe DAYOFMONTH. | |
| EXCHANGEThe EXCHANGE. | |
| FLOATThe FLOAT. | |
| INTThe INT. | |
| LANGUAGEThe LANGUAGE. | |
| LENGTHThe LENGTH. | |
| LOCALMKTDATEThe LOCALMKTDATE. | |
| MONTH_YEARThe MONT h_ year. | |
| MONTHYEARThe MONTHYEAR. | |
| MULTIPLECHARVALUEThe MULTIPLECHARVALUE. | |
| MULTIPLESTRINGVALUEThe MULTIPLESTRINGVALUE. | |
| MULTIPLEVALUESTRINGThe MULTIPLEVALUESTRING. | |
| NUMINGROUPThe NUMINGROUP. | |
| PERCENTAGEThe PERCENTAGE. | |
| PRICEThe PRICE. | |
| PRICEOFFSETThe PRICEOFFSET. | |
| QTYThe QTY. | |
| SEQNUMThe SEQNUM. | |
| STRINGThe STRING. | |
| TIMEThe TIME. | |
| TZTIMEONLYThe TZTIMEONLY. | |
| TZTIMESTAMPThe TZTIMESTAMP. | |
| UNKNOWNThe UNKNOWN. | |
| UTCDATEThe UTCDATE. | |
| UTCDATEONLYThe UTCDATEONLY. | |
| UTCTIMEONLYThe UTCTIMEONLY. | |
| UTCTIMESTAMPThe UTCTIMESTAMP. | |
| XMLDATAThe XMLDATA. | |
| Method Summary | |
|---|---|
| static FIXField.Type | valueOf(java.lang.String name)Returns the enum constant of this type with the specified name. | 
| static FIXField.Type[] | values()Returns an array containing the constants of this enum type, in the order they are declared. | 
| Methods inherited from class java.lang.Enum | 
|---|
| compareTo, equals, getDeclaringClass, hashCode, name, ordinal, toString, valueOf | 
| Methods inherited from class java.lang.Object | 
|---|
| getClass, notify, notifyAll, wait, wait, wait | 
| Enum Constant Detail | 
|---|
public static final FIXField.Type AMT
public static final FIXField.Type BOOLEAN
public static final FIXField.Type CHAR
public static final FIXField.Type COUNTRY
public static final FIXField.Type CURRENCY
public static final FIXField.Type DATA
public static final FIXField.Type DAYOFMONTH
public static final FIXField.Type EXCHANGE
public static final FIXField.Type FLOAT
public static final FIXField.Type INT
public static final FIXField.Type LANGUAGE
public static final FIXField.Type LENGTH
public static final FIXField.Type LOCALMKTDATE
public static final FIXField.Type MONTH_YEAR
public static final FIXField.Type MONTHYEAR
public static final FIXField.Type MULTIPLECHARVALUE
public static final FIXField.Type MULTIPLESTRINGVALUE
public static final FIXField.Type MULTIPLEVALUESTRING
public static final FIXField.Type NUMINGROUP
public static final FIXField.Type PERCENTAGE
public static final FIXField.Type PRICE
public static final FIXField.Type PRICEOFFSET
public static final FIXField.Type QTY
public static final FIXField.Type SEQNUM
public static final FIXField.Type STRING
public static final FIXField.Type TIME
public static final FIXField.Type TZTIMEONLY
public static final FIXField.Type TZTIMESTAMP
public static final FIXField.Type UNKNOWN
public static final FIXField.Type UTCDATE
public static final FIXField.Type UTCDATEONLY
public static final FIXField.Type UTCTIMEONLY
public static final FIXField.Type UTCTIMESTAMP
public static final FIXField.Type XMLDATA
| Method Detail | 
|---|
public static FIXField.Type[] values()
for (FIXField.Type c : FIXField.Type.values()) System.out.println(c);
public static FIXField.Type valueOf(java.lang.String name)
name - the name of the enum constant to be returned.
java.lang.IllegalArgumentException - if this enum type has no constant
with the specified name
java.lang.NullPointerException - if the argument is null| 
 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||