public enum OrderCategory extends Enum<OrderCategory> implements EnumValue
Enum Constant and Description |
---|
CROSS_ORDER |
IMPLIED_ORDER |
LINKED_ORDER |
MULTILEG_ORDER |
ORDER |
PRIVATELY_NEGOTIATED_TRADE |
QUOTE |
QUOTE_REQUEST |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(byte[] val) |
boolean |
equals(byte[] val,
int offset,
int length) |
byte[] |
getValue() |
static OrderCategory |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static OrderCategory[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final OrderCategory ORDER
public static final OrderCategory QUOTE
public static final OrderCategory PRIVATELY_NEGOTIATED_TRADE
public static final OrderCategory MULTILEG_ORDER
public static final OrderCategory LINKED_ORDER
public static final OrderCategory QUOTE_REQUEST
public static final OrderCategory IMPLIED_ORDER
public static final OrderCategory CROSS_ORDER
public static OrderCategory[] values()
for (OrderCategory c : OrderCategory.values()) System.out.println(c);
public static OrderCategory 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.