public enum ImpliedMarketIndicator extends Enum<ImpliedMarketIndicator>
Enum Constant and Description |
---|
IMPLIED_IN_OUT
Both Implied-in and Implied-out.
|
NO_VALUE
Identifies no value.
|
NOT_IMPLIED
Not implied.
|
Modifier and Type | Method and Description |
---|---|
static ImpliedMarketIndicator |
forValue(byte value) |
byte |
getValue() |
static ImpliedMarketIndicator |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ImpliedMarketIndicator[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ImpliedMarketIndicator NO_VALUE
public static final ImpliedMarketIndicator NOT_IMPLIED
public static final ImpliedMarketIndicator IMPLIED_IN_OUT
public static ImpliedMarketIndicator[] values()
for (ImpliedMarketIndicator c : ImpliedMarketIndicator.values()) System.out.println(c);
public static ImpliedMarketIndicator 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 ImpliedMarketIndicator forValue(byte value)
Copyright © 2012–2024 Onix Solutions. All rights reserved.