public enum IOIQualifier extends Enum<IOIQualifier> implements EnumValue
Enum Constant and Description |
---|
AON |
AT_THE_CLOSE |
AT_THE_MARKET |
AT_THE_OPEN |
CROSSING_OPPORTUNITY |
IN_TOUCH_WITH |
INDICATION_WORKING_AWAY |
LIMIT |
MORE_BEHIND |
PORTFOLIO_SHOWN |
TAKING_A_POSITION |
THROUGH_THE_DAY |
VERSUS |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(byte[] val) |
boolean |
equals(byte[] val,
int offset,
int length) |
byte[] |
getValue() |
static IOIQualifier |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static IOIQualifier[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final IOIQualifier CROSSING_OPPORTUNITY
public static final IOIQualifier AT_THE_OPEN
public static final IOIQualifier MORE_BEHIND
public static final IOIQualifier TAKING_A_POSITION
public static final IOIQualifier VERSUS
public static final IOIQualifier AT_THE_MARKET
public static final IOIQualifier AT_THE_CLOSE
public static final IOIQualifier PORTFOLIO_SHOWN
public static final IOIQualifier IN_TOUCH_WITH
public static final IOIQualifier INDICATION_WORKING_AWAY
public static final IOIQualifier AON
public static final IOIQualifier LIMIT
public static final IOIQualifier THROUGH_THE_DAY
public static IOIQualifier[] values()
for (IOIQualifier c : IOIQualifier.values()) System.out.println(c);
public static IOIQualifier 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.