quickfix.fix44
Class ConfirmationAck

java.lang.Object
  extended by quickfix.FieldMap
      extended by quickfix.Message
          extended by quickfix.fix44.Message
              extended by quickfix.fix44.ConfirmationAck
All Implemented Interfaces:
java.io.Serializable

public class ConfirmationAck
extends Message

See Also:
Serialized Form

Nested Class Summary
 
Nested classes/interfaces inherited from class quickfix.fix44.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
ConfirmationAck()
           
ConfirmationAck(ConfirmID confirmID, TradeDate tradeDate, TransactTime transactTime, AffirmStatus affirmStatus)
           
 
Method Summary
 AffirmStatus get(AffirmStatus value)
           
 ConfirmID get(ConfirmID value)
           
 ConfirmRejReason get(ConfirmRejReason value)
           
 EncodedText get(EncodedText value)
           
 EncodedTextLen get(EncodedTextLen value)
           
 MatchStatus get(MatchStatus value)
           
 Text get(Text value)
           
 TradeDate get(TradeDate value)
           
 TransactTime get(TransactTime value)
           
 AffirmStatus getAffirmStatus()
           
 ConfirmID getConfirmID()
           
 ConfirmRejReason getConfirmRejReason()
           
 EncodedText getEncodedText()
           
 EncodedTextLen getEncodedTextLen()
           
 MatchStatus getMatchStatus()
           
 Text getText()
           
 TradeDate getTradeDate()
           
 TransactTime getTransactTime()
           
 boolean isSet(AffirmStatus field)
           
 boolean isSet(ConfirmID field)
           
 boolean isSet(ConfirmRejReason field)
           
 boolean isSet(EncodedText field)
           
 boolean isSet(EncodedTextLen field)
           
 boolean isSet(MatchStatus field)
           
 boolean isSet(Text field)
           
 boolean isSet(TradeDate field)
           
 boolean isSet(TransactTime field)
           
 boolean isSetAffirmStatus()
           
 boolean isSetConfirmID()
           
 boolean isSetConfirmRejReason()
           
 boolean isSetEncodedText()
           
 boolean isSetEncodedTextLen()
           
 boolean isSetMatchStatus()
           
 boolean isSetText()
           
 boolean isSetTradeDate()
           
 boolean isSetTransactTime()
           
 void set(AffirmStatus value)
           
 void set(ConfirmID value)
           
 void set(ConfirmRejReason value)
           
 void set(EncodedText value)
           
 void set(EncodedTextLen value)
           
 void set(MatchStatus value)
           
 void set(Text value)
           
 void set(TradeDate value)
           
 void set(TransactTime value)
           
 
Methods inherited from class quickfix.fix44.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

ConfirmationAck

public ConfirmationAck()

ConfirmationAck

public ConfirmationAck(ConfirmID confirmID,
                       TradeDate tradeDate,
                       TransactTime transactTime,
                       AffirmStatus affirmStatus)
Method Detail

set

public void set(ConfirmID value)

get

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

getConfirmID

public ConfirmID getConfirmID()
                       throws FieldNotFound
Throws:
FieldNotFound

isSet

public boolean isSet(ConfirmID field)

isSetConfirmID

public boolean isSetConfirmID()

set

public void set(TradeDate value)

get

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

getTradeDate

public TradeDate getTradeDate()
                       throws FieldNotFound
Throws:
FieldNotFound

isSet

public boolean isSet(TradeDate field)

isSetTradeDate

public boolean isSetTradeDate()

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

get

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

getAffirmStatus

public AffirmStatus getAffirmStatus()
                             throws FieldNotFound
Throws:
FieldNotFound

isSet

public boolean isSet(AffirmStatus field)

isSetAffirmStatus

public boolean isSetAffirmStatus()

set

public void set(ConfirmRejReason value)

get

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

getConfirmRejReason

public ConfirmRejReason getConfirmRejReason()
                                     throws FieldNotFound
Throws:
FieldNotFound

isSet

public boolean isSet(ConfirmRejReason field)

isSetConfirmRejReason

public boolean isSetConfirmRejReason()

set

public void set(MatchStatus value)

get

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

getMatchStatus

public MatchStatus getMatchStatus()
                           throws FieldNotFound
Throws:
FieldNotFound

isSet

public boolean isSet(MatchStatus field)

isSetMatchStatus

public boolean isSetMatchStatus()

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