quickfix.field
Class EventType

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

public class EventType
extends IntField

See Also:
Serialized Form

Field Summary
static int ACTIVATION
           
static int CALL
           
static int FIELD
           
static int INACTIVIATION
           
static int OTHER
           
static int PUT
           
static int SINKING_FUND_CALL
           
static int TENDER
           
 
Constructor Summary
EventType()
           
EventType(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

PUT

public static final int PUT
See Also:
Constant Field Values

CALL

public static final int CALL
See Also:
Constant Field Values

TENDER

public static final int TENDER
See Also:
Constant Field Values

SINKING_FUND_CALL

public static final int SINKING_FUND_CALL
See Also:
Constant Field Values

ACTIVATION

public static final int ACTIVATION
See Also:
Constant Field Values

INACTIVIATION

public static final int INACTIVIATION
See Also:
Constant Field Values

OTHER

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

EventType

public EventType()

EventType

public EventType(int data)