public enum StrikePriceBoundaryMethod extends Enum<StrikePriceBoundaryMethod> implements EnumValue
Enum Constant and Description |
---|
EQUAL_TO_UNDERLYING_PRICE |
GREATER_THAN_OR_EQUAL_TO_UNDERLYING_PRICE |
GREATER_THAN_UNDERLYING_PRICE |
LESS_THAN_OR_EQUAL_TO_UNDERLYING_PRICE |
LESS_THAN_UNDERLYING_PRICE |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(byte[] val) |
boolean |
equals(byte[] val,
int offset,
int length) |
byte[] |
getValue() |
static StrikePriceBoundaryMethod |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static StrikePriceBoundaryMethod[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final StrikePriceBoundaryMethod LESS_THAN_UNDERLYING_PRICE
public static final StrikePriceBoundaryMethod LESS_THAN_OR_EQUAL_TO_UNDERLYING_PRICE
public static final StrikePriceBoundaryMethod EQUAL_TO_UNDERLYING_PRICE
public static final StrikePriceBoundaryMethod GREATER_THAN_OR_EQUAL_TO_UNDERLYING_PRICE
public static final StrikePriceBoundaryMethod GREATER_THAN_UNDERLYING_PRICE
public static StrikePriceBoundaryMethod[] values()
for (StrikePriceBoundaryMethod c : StrikePriceBoundaryMethod.values()) System.out.println(c);
public static StrikePriceBoundaryMethod 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.