quickfix.field
Class ShortSaleReason

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

public class ShortSaleReason
extends IntField

See Also:
Serialized Form

Field Summary
static int DEALER_SOLD_SHORT
           
static int DEALER_SOLD_SHORT_EXEMPT
           
static int FIELD
           
static int QSR_OR_AGU_CONTRA_SIDE_SOLD_SHORT_EXEMPT
           
static int QUALIFED_SERVICE_REPRESENTATIVE_OR_AUTOMATIC_GIVEUP_CONTRA_SIDE_SOLD_SHORT
           
static int SELLING_CUSTOMER_SOLD_SHORT
           
static int SELLING_CUSTOMER_SOLD_SHORT_EXEMPT
           
 
Constructor Summary
ShortSaleReason()
           
ShortSaleReason(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

DEALER_SOLD_SHORT

public static final int DEALER_SOLD_SHORT
See Also:
Constant Field Values

DEALER_SOLD_SHORT_EXEMPT

public static final int DEALER_SOLD_SHORT_EXEMPT
See Also:
Constant Field Values

SELLING_CUSTOMER_SOLD_SHORT

public static final int SELLING_CUSTOMER_SOLD_SHORT
See Also:
Constant Field Values

SELLING_CUSTOMER_SOLD_SHORT_EXEMPT

public static final int SELLING_CUSTOMER_SOLD_SHORT_EXEMPT
See Also:
Constant Field Values

QUALIFED_SERVICE_REPRESENTATIVE_OR_AUTOMATIC_GIVEUP_CONTRA_SIDE_SOLD_SHORT

public static final int QUALIFED_SERVICE_REPRESENTATIVE_OR_AUTOMATIC_GIVEUP_CONTRA_SIDE_SOLD_SHORT
See Also:
Constant Field Values

QSR_OR_AGU_CONTRA_SIDE_SOLD_SHORT_EXEMPT

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

ShortSaleReason

public ShortSaleReason()

ShortSaleReason

public ShortSaleReason(int data)