quickfix.fix40
Class Reject

java.lang.Object
  extended by quickfix.FieldMap
      extended by quickfix.Message
          extended by quickfix.fix40.Message
              extended by quickfix.fix40.Reject
All Implemented Interfaces:
java.io.Serializable

public class Reject
extends Message

See Also:
Serialized Form

Nested Class Summary
 
Nested classes/interfaces inherited from class quickfix.fix40.Message
Message.Header
 
Nested classes/interfaces inherited from class quickfix.Message
Message.Trailer
 
Field Summary
static java.lang.String MSGTYPE
           
 
Fields inherited from class quickfix.Message
header, trailer
 
Constructor Summary
Reject()
           
Reject(RefSeqNum refSeqNum)
           
 
Method Summary
 RefSeqNum get(RefSeqNum value)
           
 Text get(Text value)
           
 RefSeqNum getRefSeqNum()
           
 Text getText()
           
 boolean isSet(RefSeqNum field)
           
 boolean isSet(Text field)
           
 boolean isSetRefSeqNum()
           
 boolean isSetText()
           
 void set(RefSeqNum value)
           
 void set(Text value)
           
 
Methods inherited from class quickfix.fix40.Message
get, get, get, getCheckSum, getSignature, getSignatureLength, isSet, isSet, isSet, isSetCheckSum, isSetSignature, isSetSignatureLength, set, set, set
 
Methods inherited from class quickfix.Message
bodyLength, clear, clone, fromString, fromString, getException, getHeader, getTrailer, headerAddGroup, headerGetGroup, headerHasGroup, headerHasGroup, headerHasGroup, headerHasGroup, headerRemoveGroup, headerReplaceGroup, identifyType, InitializeXML, isAdmin, isApp, isEmpty, pushBack, reverseRoute, toString, toXML, toXML, trailerAddGroup, trailerGetGroup, trailerHasGroup, trailerHasGroup, trailerHasGroup, trailerHasGroup, trailerRemoveGroup, trailerReplaceGroup
 
Methods inherited from class quickfix.FieldMap
addGroup, calculateString, getBoolean, getChar, getComponent, getDecimal, getDouble, getField, getField, getField, getField, getField, getField, getField, getField, getField, getField, getFieldOrder, getGroup, getGroupCount, getGroups, getInt, getString, getUtcDateOnly, getUtcTimeOnly, getUtcTimeStamp, groupKeyIterator, hasGroup, hasGroup, hasGroup, hasGroup, initializeFrom, isSetField, isSetField, iterator, removeField, removeGroup, removeGroup, removeGroup, removeGroup, replaceGroup, setBoolean, setBytes, setChar, setComponent, setDecimal, setDecimal, setDouble, setDouble, setField, setField, setField, setField, setField, setField, setField, setField, setField, setField, setField, setFields, setGroupCount, setGroups, setGroups, setInt, setString, setUtcDateOnly, setUtcTimeOnly, setUtcTimeOnly, setUtcTimeStamp, setUtcTimeStamp
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

MSGTYPE

public static final java.lang.String MSGTYPE
See Also:
Constant Field Values
Constructor Detail

Reject

public Reject()

Reject

public Reject(RefSeqNum refSeqNum)
Method Detail

set

public void set(RefSeqNum value)

get

public RefSeqNum get(RefSeqNum value)
              throws FieldNotFound
Throws:
FieldNotFound

getRefSeqNum

public RefSeqNum getRefSeqNum()
                       throws FieldNotFound
Throws:
FieldNotFound

isSet

public boolean isSet(RefSeqNum field)

isSetRefSeqNum

public boolean isSetRefSeqNum()

set

public void set(Text value)

get

public Text get(Text value)
         throws FieldNotFound
Throws:
FieldNotFound

getText

public Text getText()
             throws FieldNotFound
Throws:
FieldNotFound

isSet

public boolean isSet(Text field)

isSetText

public boolean isSetText()