public enum StrikePriceDeterminationMethod extends Enum<StrikePriceDeterminationMethod> implements EnumValue
Enum Constant and Description |
---|
AVERAGE_OF_UNDERLYING_SETTLPRICE |
EXPIRATION_TO_UNDERLYING |
FIXED |
OPTIMAL_VALUE |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(byte[] val) |
boolean |
equals(byte[] val,
int offset,
int length) |
byte[] |
getValue() |
static StrikePriceDeterminationMethod |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static StrikePriceDeterminationMethod[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final StrikePriceDeterminationMethod FIXED
public static final StrikePriceDeterminationMethod EXPIRATION_TO_UNDERLYING
public static final StrikePriceDeterminationMethod AVERAGE_OF_UNDERLYING_SETTLPRICE
public static final StrikePriceDeterminationMethod OPTIMAL_VALUE
public static StrikePriceDeterminationMethod[] values()
for (StrikePriceDeterminationMethod c : StrikePriceDeterminationMethod.values()) System.out.println(c);
public static StrikePriceDeterminationMethod 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 boolean equals(byte[] val, int offset, int length)
Copyright © 2000–2022 EPAM Systems. All rights reserved.