public enum BasisPxType extends Enum<BasisPxType> implements EnumValue
Enum Constant and Description |
---|
CLOSING |
CLOSING_AT_MORNING |
CURRENT |
OPEN |
OTHERS |
SQ |
STRIKE |
VWAP_AFTERNOON |
VWAP_AFTERNOON_EXCEPT_YORI |
VWAP_DAY |
VWAP_DAY_EXCEPT_YORI |
VWAP_MORNING |
VWAP_MORNING_EXCEPT_YORI |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(byte[] val) |
boolean |
equals(byte[] val,
int offset,
int length) |
byte[] |
getValue() |
static BasisPxType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static BasisPxType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final BasisPxType CLOSING_AT_MORNING
public static final BasisPxType CLOSING
public static final BasisPxType CURRENT
public static final BasisPxType SQ
public static final BasisPxType VWAP_DAY
public static final BasisPxType VWAP_MORNING
public static final BasisPxType VWAP_AFTERNOON
public static final BasisPxType VWAP_DAY_EXCEPT_YORI
public static final BasisPxType VWAP_MORNING_EXCEPT_YORI
public static final BasisPxType VWAP_AFTERNOON_EXCEPT_YORI
public static final BasisPxType STRIKE
public static final BasisPxType OPEN
public static final BasisPxType OTHERS
public static BasisPxType[] values()
for (BasisPxType c : BasisPxType.values()) System.out.println(c);
public static BasisPxType 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.