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
ALLOCATION_TRADE_QTY
public static final PosType ALLOCATION_TRADE_QTY
OPTION_ASSIGNMENT
public static final PosType OPTION_ASSIGNMENT
AS_OF_TRADE_QTY
public static final PosType AS_OF_TRADE_QTY
DELIVERY_QTY
public static final PosType DELIVERY_QTY
ELECTRONIC_TRADE_QTY
public static final PosType ELECTRONIC_TRADE_QTY
OPTION_EXERCISE_QTY
public static final PosType OPTION_EXERCISE_QTY
EOD_QTY
public static final PosType EOD_QTY
INTRA_SPREAD_QTY
public static final PosType INTRA_SPREAD_QTY
INTER_SPREAD_QTY
public static final PosType INTER_SPREAD_QTY
ADJUSTMENT_QTY
public static final PosType ADJUSTMENT_QTY
PIT_TRADE_QTY
public static final PosType PIT_TRADE_QTY
SOD_QTY
public static final PosType SOD_QTY
INTEGRAL_SPLIT
public static final PosType INTEGRAL_SPLIT
TRANSACTION_FROM_ASSIGNMENT
public static final PosType TRANSACTION_FROM_ASSIGNMENT
TOTAL_TRANSACTION_QTY
public static final PosType TOTAL_TRANSACTION_QTY
TRANSACTION_QUANTITY
public static final PosType TRANSACTION_QUANTITY
TRANSFER_TRADE_QTY
public static final PosType TRANSFER_TRADE_QTY
TRANSACTION_FROM_EXERCISE
public static final PosType TRANSACTION_FROM_EXERCISE
CROSS_MARGIN_QTY
public static final PosType CROSS_MARGIN_QTY
RECEIVE_QUANTITY
public static final PosType RECEIVE_QUANTITY
CORPORATE_ACTION_ADJUSTMENT
public static final PosType CORPORATE_ACTION_ADJUSTMENT
DELIVERY_NOTICE_QTY
public static final PosType DELIVERY_NOTICE_QTY
EXCHANGE_FOR_PHYSICAL_QTY
public static final PosType EXCHANGE_FOR_PHYSICAL_QTY
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