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