public enum FIXErrorCode extends Enum<FIXErrorCode> implements Cloneable
Modifier and Type | Method and Description |
---|---|
int |
getCode() |
String |
toString() |
static FIXErrorCode |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static FIXErrorCode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final FIXErrorCode INVALID_TAG_NUMBER
public static final FIXErrorCode REQUIRED_TAG_MISSING
public static final FIXErrorCode CONDREQUIRED_TAG_MISSING
public static final FIXErrorCode TAG_NOT_DEFINED_FOR_THIS_MESSAGE_TYPE
public static final FIXErrorCode UNDEFINED_TAG
public static final FIXErrorCode TAG_SPECIFIED_WITHOUT_VALUE
public static final FIXErrorCode VALUE_INCORRECT_OUT_OF_RANGE_FOR_TAG
public static final FIXErrorCode INCORRECT_DATA_FORMAT_FOR_VALUE
public static final FIXErrorCode DECRYPTION_PROBLEM
public static final FIXErrorCode SIGNATURE_PROBLEM
public static final FIXErrorCode COMPID_PROBLEM
public static final FIXErrorCode SENDINGTIME_ACCURACY_PROBLEM
public static final FIXErrorCode INVALID_MSGTYPE
public static final FIXErrorCode XML_VALIDATION_ERROR
public static final FIXErrorCode TAG_APPEARS_MORE_THAN_ONCE
public static final FIXErrorCode TAG_SPECIFIED_OUT_OF_REQUIRED_ORDER
public static final FIXErrorCode REPEATING_GROUP_FIELDS_OUT_OF_ORDER
public static final FIXErrorCode INCORRECT_NUMINGROUP_COUNT_FOR_REPEATING_GROUP
public static final FIXErrorCode NON_DATA_VALUE_INCLUDES_FIELD_DELIMITER
public static final FIXErrorCode OTHER
public static FIXErrorCode[] values()
for (FIXErrorCode c : FIXErrorCode.values()) System.out.println(c);
public static FIXErrorCode 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 getCode()
public String toString()
toString
in class Enum<FIXErrorCode>
Copyright © 2000–2022 EPAM Systems. All rights reserved.