public enum ProductComplex extends Enum<ProductComplex>
Enum Constant and Description |
---|
COMMODITY_STRIP
Commodity Strip.
|
FLEXIBLE_SIMPLE_INSTRUMENT
Flexible Simple Instrument.
|
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.
|
SIMPLE_INSTRUMENT
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 ProductComplex |
forValue(byte value) |
byte |
getValue() |
static ProductComplex |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ProductComplex[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ProductComplex NO_VALUE
public static final ProductComplex SIMPLE_INSTRUMENT
public static final ProductComplex STANDARD_OPTION_STRATEGY
public static final ProductComplex NON_STANDARD_OPTION_STRATEGY
public static final ProductComplex VOLATILITY_STRATEGY
public static final ProductComplex FUTURES_SPREAD
public static final ProductComplex INTER_PRODUCT_SPREAD
public static final ProductComplex STANDARD_FUTURE_STRATEGY
public static final ProductComplex PACK_AND_BUNDLE
public static final ProductComplex STRIP
public static final ProductComplex FLEXIBLE_SIMPLE_INSTRUMENT
public static final ProductComplex COMMODITY_STRIP
public static final ProductComplex SCALED_SIMPLE_INSTRUMENT
public static final ProductComplex NON_STANDARD_VOLATILITY_STRATEGY
public static ProductComplex[] values()
for (ProductComplex c : ProductComplex.values()) System.out.println(c);
public static ProductComplex 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 ProductComplex forValue(byte value)
Copyright © 2012–2024 Onix Solutions. All rights reserved.