public static enum LegAction.LegActionType extends java.lang.Enum<LegAction.LegActionType>
Enum Constant and Description |
---|
ADD
Value that represents a leg being added to a trade.
|
REMOVE
Value that represents a leg being removed from a trade.
|
UPDATE
Value that represents the state of an existing leg being changed, such as an update
to the value of one or more leg fields.
|
Modifier and Type | Method and Description |
---|---|
static LegAction.LegActionType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static LegAction.LegActionType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final LegAction.LegActionType ADD
public static final LegAction.LegActionType REMOVE
public static final LegAction.LegActionType UPDATE
public static LegAction.LegActionType[] values()
for (LegAction.LegActionType c : LegAction.LegActionType.values()) System.out.println(c);
public static LegAction.LegActionType valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant
with the specified namejava.lang.NullPointerException
- if the argument is nullPlease send bug reports and comments to Caplin support