public enum RelatedProductComplex extends Enum<RelatedProductComplex>
Enum Constant and Description |
---|
COMMODITY_STRIP
Commodity Strip.
|
FUTURES_SPREAD
Futures Spread.
|
INTER_PRODUCT_SPREAD
Inter-Product Spread.
|
NO_VALUE
Identifies no value.
|
NON_STANDARD_OPTION_STRATEGY
Non-Standard Option Strategy.
|
NON_STANDARD_VOLATILITY_STRATEGY
Non-Standard Volatility Strategy.
|
PACK_AND_BUNDLE
Pack and Bundle.
|
SCALED_SIMPLE_INSTRUMENT
Scaled Simple Instrument.
|
STANDARD_FUTURE_STRATEGY
Standard Future Strategy.
|
STANDARD_OPTION_STRATEGY
Standard Option Strategy.
|
STRIP
Strip.
|
VOLATILITY_STRATEGY
Volatility Strategy.
|
Modifier and Type | Method and Description |
---|---|
static RelatedProductComplex |
forValue(byte value) |
byte |
getValue() |
static RelatedProductComplex |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RelatedProductComplex[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final RelatedProductComplex NO_VALUE
public static final RelatedProductComplex STANDARD_OPTION_STRATEGY
public static final RelatedProductComplex NON_STANDARD_OPTION_STRATEGY
public static final RelatedProductComplex VOLATILITY_STRATEGY
public static final RelatedProductComplex FUTURES_SPREAD
public static final RelatedProductComplex INTER_PRODUCT_SPREAD
public static final RelatedProductComplex STANDARD_FUTURE_STRATEGY
public static final RelatedProductComplex PACK_AND_BUNDLE
public static final RelatedProductComplex STRIP
public static final RelatedProductComplex COMMODITY_STRIP
public static final RelatedProductComplex SCALED_SIMPLE_INSTRUMENT
public static final RelatedProductComplex NON_STANDARD_VOLATILITY_STRATEGY
public static RelatedProductComplex[] values()
for (RelatedProductComplex c : RelatedProductComplex.values()) System.out.println(c);
public static RelatedProductComplex 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 RelatedProductComplex forValue(byte value)
Copyright © 2012–2024 Onix Solutions. All rights reserved.