quickfix.fix50
Class ConfirmationRequest

java.lang.Object
  extended by quickfix.FieldMap
      extended by quickfix.Message
          extended by quickfix.fix50.Message
              extended by quickfix.fix50.ConfirmationRequest
All Implemented Interfaces:
java.io.Serializable

public class ConfirmationRequest
extends Message

See Also:
Serialized Form

Nested Class Summary
static class ConfirmationRequest.NoOrders
           
 
Nested classes/interfaces inherited from class quickfix.fix50.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
ConfirmationRequest()
           
ConfirmationRequest(ConfirmReqID confirmReqID, ConfirmType confirmType, TransactTime transactTime)
           
 
Method Summary
 AllocAccount get(AllocAccount value)
           
 AllocAccountType get(AllocAccountType value)
           
 AllocAcctIDSource get(AllocAcctIDSource value)
           
 AllocID get(AllocID value)
           
 ConfirmReqID get(ConfirmReqID value)
           
 ConfirmType get(ConfirmType value)
           
 EncodedText get(EncodedText value)
           
 EncodedTextLen get(EncodedTextLen value)
           
 IndividualAllocID get(IndividualAllocID value)
           
 NoOrders get(NoOrders value)
           
 OrdAllocGrp get(OrdAllocGrp component)
           
 SecondaryAllocID get(SecondaryAllocID value)
           
 Text get(Text value)
           
 TransactTime get(TransactTime value)
           
 AllocAccount getAllocAccount()
           
 AllocAccountType getAllocAccountType()
           
 AllocAcctIDSource getAllocAcctIDSource()
           
 AllocID getAllocID()
           
 ConfirmReqID getConfirmReqID()
           
 ConfirmType getConfirmType()
           
 EncodedText getEncodedText()
           
 EncodedTextLen getEncodedTextLen()
           
 IndividualAllocID getIndividualAllocID()
           
 NoOrders getNoOrders()
           
 OrdAllocGrp getOrdAllocGrp()
           
 SecondaryAllocID getSecondaryAllocID()
           
 Text getText()
           
 TransactTime getTransactTime()
           
 boolean isSet(AllocAccount field)
           
 boolean isSet(AllocAccountType field)
           
 boolean isSet(AllocAcctIDSource field)
           
 boolean isSet(AllocID field)
           
 boolean isSet(ConfirmReqID field)
           
 boolean isSet(ConfirmType field)
           
 boolean isSet(EncodedText field)
           
 boolean isSet(EncodedTextLen field)
           
 boolean isSet(IndividualAllocID field)
           
 boolean isSet(NoOrders field)
           
 boolean isSet(SecondaryAllocID field)
           
 boolean isSet(Text field)
           
 boolean isSet(TransactTime field)
           
 boolean isSetAllocAccount()
           
 boolean isSetAllocAccountType()
           
 boolean isSetAllocAcctIDSource()
           
 boolean isSetAllocID()
           
 boolean isSetConfirmReqID()
           
 boolean isSetConfirmType()
           
 boolean isSetEncodedText()
           
 boolean isSetEncodedTextLen()
           
 boolean isSetIndividualAllocID()
           
 boolean isSetNoOrders()
           
 boolean isSetSecondaryAllocID()
           
 boolean isSetText()
           
 boolean isSetTransactTime()
           
 void set(AllocAccount value)
           
 void set(AllocAccountType value)
           
 void set(AllocAcctIDSource value)
           
 void set(AllocID value)
           
 void set(ConfirmReqID value)
           
 void set(ConfirmType value)
           
 void set(EncodedText value)
           
 void set(EncodedTextLen value)
           
 void set(IndividualAllocID value)
           
 void set(NoOrders value)
           
 void set(OrdAllocGrp component)
           
 void set(SecondaryAllocID value)
           
 void set(Text value)
           
 void set(TransactTime value)
           
 
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

ConfirmationRequest

public ConfirmationRequest()

ConfirmationRequest

public ConfirmationRequest(ConfirmReqID confirmReqID,
                           ConfirmType confirmType,
                           TransactTime transactTime)
Method Detail

set

public void set(ConfirmReqID value)

get

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

getConfirmReqID

public ConfirmReqID getConfirmReqID()
                             throws FieldNotFound
Throws:
FieldNotFound

isSet

public boolean isSet(ConfirmReqID field)

isSetConfirmReqID

public boolean isSetConfirmReqID()

set

public void set(ConfirmType value)

get

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

getConfirmType

public ConfirmType getConfirmType()
                           throws FieldNotFound
Throws:
FieldNotFound

isSet

public boolean isSet(ConfirmType field)

isSetConfirmType

public boolean isSetConfirmType()

set

public void set(OrdAllocGrp component)

get

public OrdAllocGrp get(OrdAllocGrp component)
                throws FieldNotFound
Throws:
FieldNotFound

getOrdAllocGrp

public OrdAllocGrp getOrdAllocGrp()
                           throws FieldNotFound
Throws:
FieldNotFound

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()

set

public void set(AllocID value)

get

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

getAllocID

public AllocID getAllocID()
                   throws FieldNotFound
Throws:
FieldNotFound

isSet

public boolean isSet(AllocID field)

isSetAllocID

public boolean isSetAllocID()

set

public void set(SecondaryAllocID value)

get

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

getSecondaryAllocID

public SecondaryAllocID getSecondaryAllocID()
                                     throws FieldNotFound
Throws:
FieldNotFound

isSet

public boolean isSet(SecondaryAllocID field)

isSetSecondaryAllocID

public boolean isSetSecondaryAllocID()

set

public void set(IndividualAllocID value)

get

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

getIndividualAllocID

public IndividualAllocID getIndividualAllocID()
                                       throws FieldNotFound
Throws:
FieldNotFound

isSet

public boolean isSet(IndividualAllocID field)

isSetIndividualAllocID

public boolean isSetIndividualAllocID()

set

public void set(TransactTime value)

get

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

getTransactTime

public TransactTime getTransactTime()
                             throws FieldNotFound
Throws:
FieldNotFound

isSet

public boolean isSet(TransactTime field)

isSetTransactTime

public boolean isSetTransactTime()

set

public void set(AllocAccount value)

get

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

getAllocAccount

public AllocAccount getAllocAccount()
                             throws FieldNotFound
Throws:
FieldNotFound

isSet

public boolean isSet(AllocAccount field)

isSetAllocAccount

public boolean isSetAllocAccount()

set

public void set(AllocAcctIDSource value)

get

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

getAllocAcctIDSource

public AllocAcctIDSource getAllocAcctIDSource()
                                       throws FieldNotFound
Throws:
FieldNotFound

isSet

public boolean isSet(AllocAcctIDSource field)

isSetAllocAcctIDSource

public boolean isSetAllocAcctIDSource()

set

public void set(AllocAccountType value)

get

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

getAllocAccountType

public AllocAccountType getAllocAccountType()
                                     throws FieldNotFound
Throws:
FieldNotFound

isSet

public boolean isSet(AllocAccountType field)

isSetAllocAccountType

public boolean isSetAllocAccountType()

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()

set

public void set(EncodedTextLen value)

get

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

getEncodedTextLen

public EncodedTextLen getEncodedTextLen()
                                 throws FieldNotFound
Throws:
FieldNotFound

isSet

public boolean isSet(EncodedTextLen field)

isSetEncodedTextLen

public boolean isSetEncodedTextLen()

set

public void set(EncodedText value)

get

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

getEncodedText

public EncodedText getEncodedText()
                           throws FieldNotFound
Throws:
FieldNotFound

isSet

public boolean isSet(EncodedText field)

isSetEncodedText

public boolean isSetEncodedText()