public enum TradeRegulationPublicationReason extends Enum<TradeRegulationPublicationReason>
Enum Constant and Description |
---|
DeferralDueToIlliquidInstrument
Deferral due to "Illiquid Instrument"
|
ExemptedDueToEuropeanSystemOfCentralBanksPolicyTransactions
Exempted due to European System of Central Banks (ESCB) policy transactions.
|
None
Default value.
|
NoPublicPriceQuotedAsInstrumentIsIlliquid
No public price quoted as instrument is illiquid
|
Modifier and Type | Method and Description |
---|---|
static TradeRegulationPublicationReason |
forValue(int value)
Returns enum value for the int representation
|
int |
getValue()
Gets current value.
|
static TradeRegulationPublicationReason |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TradeRegulationPublicationReason[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final TradeRegulationPublicationReason None
public static final TradeRegulationPublicationReason NoPublicPriceQuotedAsInstrumentIsIlliquid
public static final TradeRegulationPublicationReason DeferralDueToIlliquidInstrument
public static final TradeRegulationPublicationReason ExemptedDueToEuropeanSystemOfCentralBanksPolicyTransactions
public static TradeRegulationPublicationReason[] values()
for (TradeRegulationPublicationReason c : TradeRegulationPublicationReason.values()) System.out.println(c);
public static TradeRegulationPublicationReason 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 int getValue()
public static TradeRegulationPublicationReason forValue(int value)
value
- valueCopyright © 2014–2025 Onix Solutions. All rights reserved.