quickfix.fix42
Class AllocationACK

java.lang.Object
  extended by quickfix.FieldMap
      extended by quickfix.Message
          extended by quickfix.fix42.Message
              extended by quickfix.fix42.AllocationACK
All Implemented Interfaces:
java.io.Serializable

public class AllocationACK
extends Message

See Also:
Serialized Form

Nested Class Summary
 
Nested classes/interfaces inherited from class quickfix.fix42.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
AllocationACK()
           
AllocationACK(AllocID allocID, TradeDate tradeDate, AllocStatus allocStatus)
           
 
Method Summary
 AllocID get(AllocID value)
           
 AllocRejCode get(AllocRejCode value)
           
 AllocStatus get(AllocStatus value)
           
 ClientID get(ClientID value)
           
 EncodedText get(EncodedText value)
           
 EncodedTextLen get(EncodedTextLen value)
           
 ExecBroker get(ExecBroker value)
           
 Text get(Text value)
           
 TradeDate get(TradeDate value)
           
 TransactTime get(TransactTime value)
           
 AllocID getAllocID()
           
 AllocRejCode getAllocRejCode()
           
 AllocStatus getAllocStatus()
           
 ClientID getClientID()
           
 EncodedText getEncodedText()
           
 EncodedTextLen getEncodedTextLen()
           
 ExecBroker getExecBroker()
           
 Text getText()
           
 TradeDate getTradeDate()
           
 TransactTime getTransactTime()
           
 boolean isSet(AllocID field)
           
 boolean isSet(AllocRejCode field)
           
 boolean isSet(AllocStatus field)
           
 boolean isSet(ClientID field)
           
 boolean isSet(EncodedText field)
           
 boolean isSet(EncodedTextLen field)
           
 boolean isSet(ExecBroker field)
           
 boolean isSet(Text field)
           
 boolean isSet(TradeDate field)
           
 boolean isSet(TransactTime field)
           
 boolean isSetAllocID()
           
 boolean isSetAllocRejCode()
           
 boolean isSetAllocStatus()
           
 boolean isSetClientID()
           
 boolean isSetEncodedText()
           
 boolean isSetEncodedTextLen()
           
 boolean isSetExecBroker()
           
 boolean isSetText()
           
 boolean isSetTradeDate()
           
 boolean isSetTransactTime()
           
 void set(AllocID value)
           
 void set(AllocRejCode value)
           
 void set(AllocStatus value)
           
 void set(ClientID value)
           
 void set(EncodedText value)
           
 void set(EncodedTextLen value)
           
 void set(ExecBroker value)
           
 void set(Text value)
           
 void set(TradeDate value)
           
 void set(TransactTime value)
           
 
Methods inherited from class quickfix.fix42.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

AllocationACK

public AllocationACK()

AllocationACK

public AllocationACK(AllocID allocID,
                     TradeDate tradeDate,
                     AllocStatus allocStatus)
Method Detail

set

public void set(ClientID value)

get

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

getClientID

public ClientID getClientID()
                     throws FieldNotFound
Throws:
FieldNotFound

isSet

public boolean isSet(ClientID field)

isSetClientID

public boolean isSetClientID()

set

public void set(ExecBroker value)

get

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

getExecBroker

public ExecBroker getExecBroker()
                         throws FieldNotFound
Throws:
FieldNotFound

isSet

public boolean isSet(ExecBroker field)

isSetExecBroker

public boolean isSetExecBroker()

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

get

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

getAllocStatus

public AllocStatus getAllocStatus()
                           throws FieldNotFound
Throws:
FieldNotFound

isSet

public boolean isSet(AllocStatus field)

isSetAllocStatus

public boolean isSetAllocStatus()

set

public void set(AllocRejCode value)

get

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

getAllocRejCode

public AllocRejCode getAllocRejCode()
                             throws FieldNotFound
Throws:
FieldNotFound

isSet

public boolean isSet(AllocRejCode field)

isSetAllocRejCode

public boolean isSetAllocRejCode()

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