quickfix.field
Class TrdType

java.lang.Object
  extended by quickfix.Field<java.lang.Integer>
      extended by quickfix.IntField
          extended by quickfix.field.TrdType
All Implemented Interfaces:
java.io.Serializable

public class TrdType
extends IntField

See Also:
Serialized Form

Field Summary
static int AFTER_HOURS_TRADE
           
static int ALL_OR_NONE
           
static int BLOCK_TRADE
           
static int BLOCK_TRADE2
           
static int BLOCK_TRADES
           
static int BUNCHED_TRADE
           
static int CASH_SETTLEMENT
           
static int DELTA_NEUTRAL_TRANSACTION
           
static int EFP
           
static int ERROR_TRADE
           
static int EXCHANGE_FOR_RISK
           
static int EXCHANGE_FOR_SWAP
           
static int EXCHANGE_OF_FUTURES_FOR
           
static int EXCHANGE_OF_FUTURES_FOR_FUTURES
           
static int EXCHANGE_OF_OPTIONS_FOR_OPTIONS
           
static int FIELD
           
static int FINANCING_TRANSACTION
           
static int FUTURES_LARGE_ORDER_EXECUTION
           
static int GUARANTEED_DELIVERY
           
static int LATE_BUNCHED_TRADE
           
static int LATE_TRADE
           
static int NAME_CHANGE
           
static int OPTION_CABINET_TRADE
           
static int OPTION_EXERCISE
           
static int OPTION_INTERIM_TRADE
           
static int PORTFOLIO_TRANSFER
           
static int PRIOR_REFERENCE_PRICE_TRADE
           
static int PRIVATELY_NEGOTIATED_TRADES
           
static int PROROGATION_BUY
           
static int PROROGATION_SELL
           
static int REGULAR_TRADE
           
static int SPECIAL_CUM_BONUS
           
static int SPECIAL_CUM_CAPITAL_REPAYMENTS
           
static int SPECIAL_CUM_COUPON
           
static int SPECIAL_CUM_DIVIDEND
           
static int SPECIAL_CUM_RIGHTS
           
static int SPECIAL_EX_BONUS
           
static int SPECIAL_EX_CAPITAL_REPAYMENTS
           
static int SPECIAL_EX_COUPON
           
static int SPECIAL_EX_DIVIDEND
           
static int SPECIAL_EX_RIGHTS
           
static int SPECIAL_PRICE
           
static int SUBSTITUTION_OF_FUTURES_FOR_FORWARDS
           
static int T_TRADE
           
static int TRADING_AT_SETTLEMENT
           
static int TRANSFER
           
static int WEIGHTED_AVERAGE_PRICE_TRADE
           
static int WORKED_PRINCIPAL_TRADE
           
 
Constructor Summary
TrdType()
           
TrdType(int data)
           
 
Method Summary
 
Methods inherited from class quickfix.IntField
getValue, setValue, setValue, valueEquals, valueEquals
 
Methods inherited from class quickfix.Field
equals, getField, getObject, getTag, hashCode, objectAsString, setObject, setTag, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

FIELD

public static final int FIELD
See Also:
Constant Field Values

REGULAR_TRADE

public static final int REGULAR_TRADE
See Also:
Constant Field Values

BLOCK_TRADE

public static final int BLOCK_TRADE
See Also:
Constant Field Values

AFTER_HOURS_TRADE

public static final int AFTER_HOURS_TRADE
See Also:
Constant Field Values

EFP

public static final int EFP
See Also:
Constant Field Values

TRANSFER

public static final int TRANSFER
See Also:
Constant Field Values

LATE_TRADE

public static final int LATE_TRADE
See Also:
Constant Field Values

T_TRADE

public static final int T_TRADE
See Also:
Constant Field Values

WEIGHTED_AVERAGE_PRICE_TRADE

public static final int WEIGHTED_AVERAGE_PRICE_TRADE
See Also:
Constant Field Values

BUNCHED_TRADE

public static final int BUNCHED_TRADE
See Also:
Constant Field Values

LATE_BUNCHED_TRADE

public static final int LATE_BUNCHED_TRADE
See Also:
Constant Field Values

PRIOR_REFERENCE_PRICE_TRADE

public static final int PRIOR_REFERENCE_PRICE_TRADE
See Also:
Constant Field Values

EXCHANGE_FOR_RISK

public static final int EXCHANGE_FOR_RISK
See Also:
Constant Field Values

EXCHANGE_FOR_SWAP

public static final int EXCHANGE_FOR_SWAP
See Also:
Constant Field Values

EXCHANGE_OF_FUTURES_FOR

public static final int EXCHANGE_OF_FUTURES_FOR
See Also:
Constant Field Values

EXCHANGE_OF_OPTIONS_FOR_OPTIONS

public static final int EXCHANGE_OF_OPTIONS_FOR_OPTIONS
See Also:
Constant Field Values

TRADING_AT_SETTLEMENT

public static final int TRADING_AT_SETTLEMENT
See Also:
Constant Field Values

ALL_OR_NONE

public static final int ALL_OR_NONE
See Also:
Constant Field Values

FUTURES_LARGE_ORDER_EXECUTION

public static final int FUTURES_LARGE_ORDER_EXECUTION
See Also:
Constant Field Values

EXCHANGE_OF_FUTURES_FOR_FUTURES

public static final int EXCHANGE_OF_FUTURES_FOR_FUTURES
See Also:
Constant Field Values

OPTION_INTERIM_TRADE

public static final int OPTION_INTERIM_TRADE
See Also:
Constant Field Values

OPTION_CABINET_TRADE

public static final int OPTION_CABINET_TRADE
See Also:
Constant Field Values

PRIVATELY_NEGOTIATED_TRADES

public static final int PRIVATELY_NEGOTIATED_TRADES
See Also:
Constant Field Values

SUBSTITUTION_OF_FUTURES_FOR_FORWARDS

public static final int SUBSTITUTION_OF_FUTURES_FOR_FORWARDS
See Also:
Constant Field Values

ERROR_TRADE

public static final int ERROR_TRADE
See Also:
Constant Field Values

SPECIAL_CUM_DIVIDEND

public static final int SPECIAL_CUM_DIVIDEND
See Also:
Constant Field Values

SPECIAL_EX_DIVIDEND

public static final int SPECIAL_EX_DIVIDEND
See Also:
Constant Field Values

SPECIAL_CUM_COUPON

public static final int SPECIAL_CUM_COUPON
See Also:
Constant Field Values

SPECIAL_EX_COUPON

public static final int SPECIAL_EX_COUPON
See Also:
Constant Field Values

CASH_SETTLEMENT

public static final int CASH_SETTLEMENT
See Also:
Constant Field Values

SPECIAL_PRICE

public static final int SPECIAL_PRICE
See Also:
Constant Field Values

GUARANTEED_DELIVERY

public static final int GUARANTEED_DELIVERY
See Also:
Constant Field Values

SPECIAL_CUM_RIGHTS

public static final int SPECIAL_CUM_RIGHTS
See Also:
Constant Field Values

SPECIAL_EX_RIGHTS

public static final int SPECIAL_EX_RIGHTS
See Also:
Constant Field Values

SPECIAL_CUM_CAPITAL_REPAYMENTS

public static final int SPECIAL_CUM_CAPITAL_REPAYMENTS
See Also:
Constant Field Values

SPECIAL_EX_CAPITAL_REPAYMENTS

public static final int SPECIAL_EX_CAPITAL_REPAYMENTS
See Also:
Constant Field Values

SPECIAL_CUM_BONUS

public static final int SPECIAL_CUM_BONUS
See Also:
Constant Field Values

SPECIAL_EX_BONUS

public static final int SPECIAL_EX_BONUS
See Also:
Constant Field Values

BLOCK_TRADE2

public static final int BLOCK_TRADE2
See Also:
Constant Field Values

WORKED_PRINCIPAL_TRADE

public static final int WORKED_PRINCIPAL_TRADE
See Also:
Constant Field Values

BLOCK_TRADES

public static final int BLOCK_TRADES
See Also:
Constant Field Values

NAME_CHANGE

public static final int NAME_CHANGE
See Also:
Constant Field Values

PORTFOLIO_TRANSFER

public static final int PORTFOLIO_TRANSFER
See Also:
Constant Field Values

PROROGATION_BUY

public static final int PROROGATION_BUY
See Also:
Constant Field Values

PROROGATION_SELL

public static final int PROROGATION_SELL
See Also:
Constant Field Values

OPTION_EXERCISE

public static final int OPTION_EXERCISE
See Also:
Constant Field Values

DELTA_NEUTRAL_TRANSACTION

public static final int DELTA_NEUTRAL_TRANSACTION
See Also:
Constant Field Values

FINANCING_TRANSACTION

public static final int FINANCING_TRANSACTION
See Also:
Constant Field Values
Constructor Detail

TrdType

public TrdType()

TrdType

public TrdType(int data)