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