quickfix.field
Class UnderlyingSettlementType

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

public class UnderlyingSettlementType
extends IntField

See Also:
Serialized Form

Field Summary
static int FIELD
           
static int Tp1
           
static int Tp3
           
static int Tp4
           
 
Constructor Summary
UnderlyingSettlementType()
           
UnderlyingSettlementType(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

Tp1

public static final int Tp1
See Also:
Constant Field Values

Tp3

public static final int Tp3
See Also:
Constant Field Values

Tp4

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

UnderlyingSettlementType

public UnderlyingSettlementType()

UnderlyingSettlementType

public UnderlyingSettlementType(int data)