quickfix.field
Class SubscriptionRequestType

java.lang.Object
  extended by quickfix.Field<java.lang.Character>
      extended by quickfix.CharField
          extended by quickfix.field.SubscriptionRequestType
All Implemented Interfaces:
java.io.Serializable

public class SubscriptionRequestType
extends CharField

See Also:
Serialized Form

Field Summary
static char DISABLE_PREVIOUS_SNAPSHOT_PLUS_UPDATE_REQUEST
           
static int FIELD
           
static char SNAPSHOT
           
static char SNAPSHOT_PLUS_UPDATES
           
 
Constructor Summary
SubscriptionRequestType()
           
SubscriptionRequestType(char data)
           
 
Method Summary
 
Methods inherited from class quickfix.CharField
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

SNAPSHOT

public static final char SNAPSHOT
See Also:
Constant Field Values

SNAPSHOT_PLUS_UPDATES

public static final char SNAPSHOT_PLUS_UPDATES
See Also:
Constant Field Values

DISABLE_PREVIOUS_SNAPSHOT_PLUS_UPDATE_REQUEST

public static final char DISABLE_PREVIOUS_SNAPSHOT_PLUS_UPDATE_REQUEST
See Also:
Constant Field Values
Constructor Detail

SubscriptionRequestType

public SubscriptionRequestType()

SubscriptionRequestType

public SubscriptionRequestType(char data)