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