quickfix.fix40
Class ListStatus

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

public class ListStatus
extends Message

See Also:
Serialized Form

Nested Class Summary
static class ListStatus.NoOrders
           
 
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
ListStatus()
           
ListStatus(ListID listID, NoRpts noRpts, RptSeq rptSeq)
           
 
Method Summary
 ListID get(ListID value)
           
 NoOrders get(NoOrders value)
           
 NoRpts get(NoRpts value)
           
 RptSeq get(RptSeq value)
           
 WaveNo get(WaveNo value)
           
 ListID getListID()
           
 NoOrders getNoOrders()
           
 NoRpts getNoRpts()
           
 RptSeq getRptSeq()
           
 WaveNo getWaveNo()
           
 boolean isSet(ListID field)
           
 boolean isSet(NoOrders field)
           
 boolean isSet(NoRpts field)
           
 boolean isSet(RptSeq field)
           
 boolean isSet(WaveNo field)
           
 boolean isSetListID()
           
 boolean isSetNoOrders()
           
 boolean isSetNoRpts()
           
 boolean isSetRptSeq()
           
 boolean isSetWaveNo()
           
 void set(ListID value)
           
 void set(NoOrders value)
           
 void set(NoRpts value)
           
 void set(RptSeq value)
           
 void set(WaveNo 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

ListStatus

public ListStatus()

ListStatus

public ListStatus(ListID listID,
                  NoRpts noRpts,
                  RptSeq rptSeq)
Method Detail

set

public void set(ListID value)

get

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

getListID

public ListID getListID()
                 throws FieldNotFound
Throws:
FieldNotFound

isSet

public boolean isSet(ListID field)

isSetListID

public boolean isSetListID()

set

public void set(WaveNo value)

get

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

getWaveNo

public WaveNo getWaveNo()
                 throws FieldNotFound
Throws:
FieldNotFound

isSet

public boolean isSet(WaveNo field)

isSetWaveNo

public boolean isSetWaveNo()

set

public void set(NoRpts value)

get

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

getNoRpts

public NoRpts getNoRpts()
                 throws FieldNotFound
Throws:
FieldNotFound

isSet

public boolean isSet(NoRpts field)

isSetNoRpts

public boolean isSetNoRpts()

set

public void set(RptSeq value)

get

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

getRptSeq

public RptSeq getRptSeq()
                 throws FieldNotFound
Throws:
FieldNotFound

isSet

public boolean isSet(RptSeq field)

isSetRptSeq

public boolean isSetRptSeq()

set

public void set(NoOrders value)

get

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

getNoOrders

public NoOrders getNoOrders()
                     throws FieldNotFound
Throws:
FieldNotFound

isSet

public boolean isSet(NoOrders field)

isSetNoOrders

public boolean isSetNoOrders()