quickfix.field
Class LegSwapType

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

public class LegSwapType
extends IntField

See Also:
Serialized Form

Field Summary
static int FIELD
           
static int MODIFIED_DURATION
           
static int PAR_FOR_PAR
           
static int PROCEEDS
           
static int RISK
           
 
Constructor Summary
LegSwapType()
           
LegSwapType(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

PAR_FOR_PAR

public static final int PAR_FOR_PAR
See Also:
Constant Field Values

MODIFIED_DURATION

public static final int MODIFIED_DURATION
See Also:
Constant Field Values

RISK

public static final int RISK
See Also:
Constant Field Values

PROCEEDS

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

LegSwapType

public LegSwapType()

LegSwapType

public LegSwapType(int data)