public enum UnionDataTypeT extends Enum<UnionDataTypeT>
Java class for UnionDataType_t.
The following schema fragment specifies the expected content contained within this class.
<simpleType name="UnionDataType_t">
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<enumeration value="Qty"/>
<enumeration value="Reserved100Plus"/>
<enumeration value="Reserved1000Plus"/>
<enumeration value="Reserved4000Plus"/>
<enumeration value="Tenor"/>
</restriction>
</simpleType>
| Enum Constant and Description |
|---|
QTY |
RESERVED_100_PLUS |
RESERVED_1000_PLUS |
RESERVED_4000_PLUS |
TENOR |
| Modifier and Type | Method and Description |
|---|---|
static UnionDataTypeT |
fromValue(String v) |
String |
value() |
static UnionDataTypeT |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static UnionDataTypeT[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final UnionDataTypeT QTY
public static final UnionDataTypeT RESERVED_100_PLUS
public static final UnionDataTypeT RESERVED_1000_PLUS
public static final UnionDataTypeT RESERVED_4000_PLUS
public static final UnionDataTypeT TENOR
public static UnionDataTypeT[] values()
for (UnionDataTypeT c : UnionDataTypeT.values()) System.out.println(c);
public static UnionDataTypeT 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 value()
public static UnionDataTypeT fromValue(String v)
Copyright © 2016–2020 FIX Trading Community. All rights reserved.