public enum CxlRejReason extends Enum<CxlRejReason> implements EnumValue
Modifier and Type | Method and Description |
---|---|
boolean |
equals(byte[] val) |
boolean |
equals(byte[] val,
int offset,
int length) |
byte[] |
getValue() |
static CxlRejReason |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CxlRejReason[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final CxlRejReason TLTC
public static final CxlRejReason UNKNOWN_ORDER
public static final CxlRejReason BROKER_CREDIT
public static final CxlRejReason ORDER_ALREADY_IN_PENDING_STATE
public static final CxlRejReason UNABLE_PROCESS_ORDER_MASS_CANCEL_REQUEST
public static final CxlRejReason ORIGORDMODTIME_NOT_MATCH
public static final CxlRejReason DUPLICATE_CLORDID
public static final CxlRejReason PRICE_EXCEEDS_CURRENT_PRICE
public static final CxlRejReason PRICE_EXCEEDS_CURRENT_PRICE_BAND
public static final CxlRejReason INVALID_PRICE_INCREMENT
public static final CxlRejReason OTHER
public static CxlRejReason[] values()
for (CxlRejReason c : CxlRejReason.values()) System.out.println(c);
public static CxlRejReason 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 boolean equals(byte[] val, int offset, int length)
Copyright © 2000–2022 EPAM Systems. All rights reserved.