public enum PostTradeType extends Enum<PostTradeType>
Enum Constant and Description |
---|
Interdealer
Interdealer
|
None
Default value.
|
PrimeGiveUp
Prime Give up (Synthetic tickets)
|
PrimeOfPrimeBroker
Prime of Prime Broker - Equivalent of Interdealer ticket (facing the Parent of the Prime of Prime Broker).
|
Modifier and Type | Method and Description |
---|---|
static PostTradeType |
forValue(int value)
Returns enum value for the int representation
|
int |
getValue()
Gets current value.
|
static PostTradeType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PostTradeType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final PostTradeType None
public static final PostTradeType PrimeGiveUp
public static final PostTradeType Interdealer
public static final PostTradeType PrimeOfPrimeBroker
public static PostTradeType[] values()
for (PostTradeType c : PostTradeType.values()) System.out.println(c);
public static PostTradeType 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 PostTradeType forValue(int value)
value
- valueCopyright © 2014–2025 Onix Solutions. All rights reserved.