quickfix.field
Class Product

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

public class Product
extends IntField

See Also:
Serialized Form

Field Summary
static int AGENCY
           
static int COMMODITY
           
static int CORPORATE
           
static int CURRENCY
           
static int EQUITY
           
static int FIELD
           
static int FINANCING
           
static int GOVERNMENT
           
static int INDEX
           
static int LOAN
           
static int MONEYMARKET
           
static int MORTGAGE
           
static int MUNICIPAL
           
static int OTHER
           
 
Constructor Summary
Product()
           
Product(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

AGENCY

public static final int AGENCY
See Also:
Constant Field Values

COMMODITY

public static final int COMMODITY
See Also:
Constant Field Values

CORPORATE

public static final int CORPORATE
See Also:
Constant Field Values

CURRENCY

public static final int CURRENCY
See Also:
Constant Field Values

EQUITY

public static final int EQUITY
See Also:
Constant Field Values

GOVERNMENT

public static final int GOVERNMENT
See Also:
Constant Field Values

INDEX

public static final int INDEX
See Also:
Constant Field Values

LOAN

public static final int LOAN
See Also:
Constant Field Values

MONEYMARKET

public static final int MONEYMARKET
See Also:
Constant Field Values

MORTGAGE

public static final int MORTGAGE
See Also:
Constant Field Values

MUNICIPAL

public static final int MUNICIPAL
See Also:
Constant Field Values

OTHER

public static final int OTHER
See Also:
Constant Field Values

FINANCING

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

Product

public Product()

Product

public Product(int data)