public enum TrdSubType extends Enum<TrdSubType> implements EnumValue
Enum Constant and Description |
---|
ACATS |
ADVISORY_FOR_CONTRA_SIDE |
AI |
B |
CMTA |
CONVERTED_SWAP |
DIFFERENTIAL_SPREAD |
EXTERNAL_TRANSFER |
I |
IMPLIED_SPREAD_LEG_AGAINST_OUTRIGHT |
INTERNAL_TRANSFER |
K |
L |
LC |
M |
N |
NM |
NR |
OFF_HOURS_TRADE |
OFFSET_DUE_ALLOCATION |
ON_HOURS_TRADE |
ONSET_DUE_ALLOCATION |
OTC_QUOTE |
P |
PA |
PC |
PN |
R |
REJECT_FOR_SUBMITTING_SIDE |
RO |
RT |
SW |
T |
TRANSACTION_FROM_ASSIGNMENT |
TRANSACTION_FROM_EXERCISE |
WN |
WT |
X |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(byte[] val) |
boolean |
equals(byte[] val,
int offset,
int length) |
byte[] |
getValue() |
static TrdSubType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TrdSubType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final TrdSubType CMTA
public static final TrdSubType INTERNAL_TRANSFER
public static final TrdSubType EXTERNAL_TRANSFER
public static final TrdSubType REJECT_FOR_SUBMITTING_SIDE
public static final TrdSubType ADVISORY_FOR_CONTRA_SIDE
public static final TrdSubType OFFSET_DUE_ALLOCATION
public static final TrdSubType ONSET_DUE_ALLOCATION
public static final TrdSubType DIFFERENTIAL_SPREAD
public static final TrdSubType IMPLIED_SPREAD_LEG_AGAINST_OUTRIGHT
public static final TrdSubType TRANSACTION_FROM_EXERCISE
public static final TrdSubType TRANSACTION_FROM_ASSIGNMENT
public static final TrdSubType ACATS
public static final TrdSubType AI
public static final TrdSubType B
public static final TrdSubType K
public static final TrdSubType LC
public static final TrdSubType M
public static final TrdSubType N
public static final TrdSubType NM
public static final TrdSubType NR
public static final TrdSubType P
public static final TrdSubType PA
public static final TrdSubType PC
public static final TrdSubType PN
public static final TrdSubType R
public static final TrdSubType RO
public static final TrdSubType RT
public static final TrdSubType SW
public static final TrdSubType T
public static final TrdSubType WN
public static final TrdSubType WT
public static final TrdSubType OFF_HOURS_TRADE
public static final TrdSubType ON_HOURS_TRADE
public static final TrdSubType OTC_QUOTE
public static final TrdSubType CONVERTED_SWAP
public static final TrdSubType X
public static final TrdSubType I
public static final TrdSubType L
public static TrdSubType[] values()
for (TrdSubType c : TrdSubType.values()) System.out.println(c);
public static TrdSubType 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.