public enum MatchType extends Enum<MatchType> implements EnumValue
Modifier and Type | Method and Description |
---|---|
boolean |
equals(byte[] val) |
boolean |
equals(byte[] val,
int offset,
int length) |
byte[] |
getValue() |
static MatchType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MatchType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final MatchType ACT_ACCEPTED_TRADE
public static final MatchType ACT_DEFAULT_TRADE
public static final MatchType ACT_DEFAULT_AFTER_M2
public static final MatchType ACT_M6_MATCH
public static final MatchType EXACT_MATCH_PLUS_4BADGES_EXECTIME
public static final MatchType EXACT_MATCH_PLUS_4BADGES
public static final MatchType EXACT_MATCH_PLUS_2BADGES_EXECTIME
public static final MatchType EXACT_MATCH_PLUS_2BADGES
public static final MatchType EXACT_MATCH_PLUS_EXECTIME
public static final MatchType STAMPED_ADVISORIES_OR_SPECIALIST_ACCEPTS
public static final MatchType A1_EXACT_MATCH_SUMMARIZED_QTY
public static final MatchType A2_EXACT_MATCH_SUMMARIZED_QTY
public static final MatchType A3_EXACT_MATCH_SUMMARIZED_QTY
public static final MatchType A4_EXACT_MATCH_SUMMARIZED_QTY
public static final MatchType A5_EXACT_MATCH_SUMMARIZED_QTY
public static final MatchType EXACT_MATCH_MINUS_BADGES_TIMES
public static final MatchType SUMMARIZED_MATCH_MINUS_BADGES_TIMES
public static final MatchType NON_ACT
public static final MatchType ONE_PARTY_TRADE_REPORT
public static final MatchType TWO_PARTY_TRADE_REPORT
public static final MatchType CONFIRMED_TRADE_REPORT
public static final MatchType AUTO_MATCH
public static final MatchType CROSS_AUCTION
public static final MatchType COUNTER_ORDER_SELECTION
public static final MatchType CALL_AUCTION
public static final MatchType ISSUING_BUY_BACK_AUCTION
public static MatchType[] values()
for (MatchType c : MatchType.values()) System.out.println(c);
public static MatchType 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.