public enum ApplVerId extends Enum<ApplVerId>
Value enumeration for the fields DefaultApplVerID(1137) and ApplVerID(1128) .
The FIX 2.7 and 3.0 are not supported.
Enum Constant and Description |
---|
FIX40 |
FIX41 |
FIX42 |
FIX43 |
FIX44 |
FIX50 |
FIX50_SP1 |
FIX50_SP2 |
FIX50_SP2_LATEST |
UNKNOWN |
Modifier and Type | Method and Description |
---|---|
static ApplVerId |
getById(int id)
Returns enumeration value by the integer.
|
int |
getId()
Returns integer value.
|
static ApplVerId |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ApplVerId[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ApplVerId UNKNOWN
public static final ApplVerId FIX40
public static final ApplVerId FIX41
public static final ApplVerId FIX42
public static final ApplVerId FIX43
public static final ApplVerId FIX44
public static final ApplVerId FIX50
public static final ApplVerId FIX50_SP1
public static final ApplVerId FIX50_SP2
public static final ApplVerId FIX50_SP2_LATEST
public static ApplVerId[] values()
for (ApplVerId c : ApplVerId.values()) System.out.println(c);
public static ApplVerId 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 int getId()
Copyright © 2005–2024 Onix Solutions. All rights reserved.