Enum Constant Summary
Enum Constants
Method Summary
All Methods Static Methods Instance Methods Concrete Methods
boolean
boolean
equals (byte[] val,
int offset,
int length)
byte[]
Returns the enum constant of this class with the specified name.
Returns an array containing the constants of this enum class, in
the order they are declared.
Methods inherited from class java.lang.Enum
clone , compareTo , describeConstable , equals , finalize , getDeclaringClass , hashCode , name , ordinal , toString , valueOf
Enum Constant Details
REGULAR_TRADE
public static final TrdType REGULAR_TRADE
BLOCK_TRADE
public static final TrdType BLOCK_TRADE
TRANSFER
public static final TrdType TRANSFER
LATE_TRADE
public static final TrdType LATE_TRADE
T_TRADE
public static final TrdType T_TRADE
WAP_TRADE
public static final TrdType WAP_TRADE
BUNCHED_TRADE
public static final TrdType BUNCHED_TRADE
LATE_BUNCHED_TRADE
public static final TrdType LATE_BUNCHED_TRADE
PRIOR_REFERENCE_PRICE_TRADE
public static final TrdType PRIOR_REFERENCE_PRICE_TRADE
AFTER_HOURS_TRADE
public static final TrdType AFTER_HOURS_TRADE
TRADING_AT_SETTLEMENT
public static final TrdType TRADING_AT_SETTLEMENT
FUTURES_LARGE_ORDER_EXECUTION
public static final TrdType FUTURES_LARGE_ORDER_EXECUTION
OPTION_INTERIM_TRADE
public static final TrdType OPTION_INTERIM_TRADE
OPTION_CABINET_TRADE
public static final TrdType OPTION_CABINET_TRADE
PRIVATELY_NEGOTIATED_TRADES
public static final TrdType PRIVATELY_NEGOTIATED_TRADES
SUBSTITUTION_OF_FUTURES_FOR_FORWARDS
public static final TrdType SUBSTITUTION_OF_FUTURES_FOR_FORWARDS
ERROR_TRADE
public static final TrdType ERROR_TRADE
LARGE_TRADE
public static final TrdType LARGE_TRADE
WORKED_PRINCIPAL_TRADE
public static final TrdType WORKED_PRINCIPAL_TRADE
BLOCK_TRADES_AFTER_MARKET
public static final TrdType BLOCK_TRADES_AFTER_MARKET
NAME_CHANGE
public static final TrdType NAME_CHANGE
PORTFOLIO_TRANSFER
public static final TrdType PORTFOLIO_TRANSFER
PROROGATION_BUY
public static final TrdType PROROGATION_BUY
PROROGATION_SELL
public static final TrdType PROROGATION_SELL
OPTION_EXERCISE
public static final TrdType OPTION_EXERCISE
DELTA_NEUTRAL_TRANSACTION
public static final TrdType DELTA_NEUTRAL_TRANSACTION
FINANCING_TRANSACTION
public static final TrdType FINANCING_TRANSACTION
NON_STANDARD_SETTLEMENT
public static final TrdType NON_STANDARD_SETTLEMENT
PORTFOLIO_TRADE
public static final TrdType PORTFOLIO_TRADE
VWAP_TRADE
public static final TrdType VWAP_TRADE
EXCHANGE_GRANTED_TRADE
public static final TrdType EXCHANGE_GRANTED_TRADE
Method Details
values
Returns an array containing the constants of this enum class, in
the order they are declared.
Returns:
an array containing the constants of this enum class, in the order they are declared
valueOf
Returns the enum constant of this class with the specified name.
The string must match exactly an identifier used to declare an
enum constant in this class. (Extraneous whitespace characters are
not permitted.)
Parameters:
name
- the name of the enum constant to be returned.
Returns:
the enum constant with the specified name
Throws:
IllegalArgumentException
- if this enum class has no constant with the specified name
NullPointerException
- if the argument is null
equals
public boolean equals (byte[] val,
int offset,
int length)
Specified by:
equals
in interface EnumValue
equals
public boolean equals (byte[] val)
Specified by:
equals
in interface EnumValue