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