public enum OwnershipIndicator extends Enum<OwnershipIndicator>
| Enum Constant and Description |
|---|
CHANGE_TO_EXECUTING_TRADER
Change ownership to executing party (User ID).
|
NO_CHANGE_OF_OWNERSHIP
Do not change ownership.
|
NO_VALUE
Identifies no value.
|
| Modifier and Type | Method and Description |
|---|---|
static OwnershipIndicator |
forValue(byte value) |
byte |
getValue() |
static OwnershipIndicator |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static OwnershipIndicator[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final OwnershipIndicator NO_VALUE
public static final OwnershipIndicator NO_CHANGE_OF_OWNERSHIP
public static final OwnershipIndicator CHANGE_TO_EXECUTING_TRADER
public static OwnershipIndicator[] values()
for (OwnershipIndicator c : OwnershipIndicator.values()) System.out.println(c);
public static OwnershipIndicator 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 byte getValue()
public static OwnershipIndicator forValue(byte value)
Copyright © 2012–2025 Onix Solutions. All rights reserved.