quickfix.fix44
Class AllocationInstructionAck.NoAllocs

java.lang.Object
  extended by quickfix.FieldMap
      extended by quickfix.Group
          extended by quickfix.fix44.AllocationInstructionAck.NoAllocs
All Implemented Interfaces:
java.io.Serializable
Enclosing class:
AllocationInstructionAck

public static class AllocationInstructionAck.NoAllocs
extends Group

See Also:
Serialized Form

Constructor Summary
AllocationInstructionAck.NoAllocs()
           
 
Method Summary
 AllocAccount get(AllocAccount value)
           
 AllocAcctIDSource get(AllocAcctIDSource value)
           
 AllocPrice get(AllocPrice value)
           
 AllocText get(AllocText value)
           
 EncodedAllocText get(EncodedAllocText value)
           
 EncodedAllocTextLen get(EncodedAllocTextLen value)
           
 IndividualAllocID get(IndividualAllocID value)
           
 IndividualAllocRejCode get(IndividualAllocRejCode value)
           
 AllocAccount getAllocAccount()
           
 AllocAcctIDSource getAllocAcctIDSource()
           
 AllocPrice getAllocPrice()
           
 AllocText getAllocText()
           
 EncodedAllocText getEncodedAllocText()
           
 EncodedAllocTextLen getEncodedAllocTextLen()
           
 IndividualAllocID getIndividualAllocID()
           
 IndividualAllocRejCode getIndividualAllocRejCode()
           
 boolean isSet(AllocAccount field)
           
 boolean isSet(AllocAcctIDSource field)
           
 boolean isSet(AllocPrice field)
           
 boolean isSet(AllocText field)
           
 boolean isSet(EncodedAllocText field)
           
 boolean isSet(EncodedAllocTextLen field)
           
 boolean isSet(IndividualAllocID field)
           
 boolean isSet(IndividualAllocRejCode field)
           
 boolean isSetAllocAccount()
           
 boolean isSetAllocAcctIDSource()
           
 boolean isSetAllocPrice()
           
 boolean isSetAllocText()
           
 boolean isSetEncodedAllocText()
           
 boolean isSetEncodedAllocTextLen()
           
 boolean isSetIndividualAllocID()
           
 boolean isSetIndividualAllocRejCode()
           
 void set(AllocAccount value)
           
 void set(AllocAcctIDSource value)
           
 void set(AllocPrice value)
           
 void set(AllocText value)
           
 void set(EncodedAllocText value)
           
 void set(EncodedAllocTextLen value)
           
 void set(IndividualAllocID value)
           
 void set(IndividualAllocRejCode value)
           
 
Methods inherited from class quickfix.Group
addGroup, delim, field, getFieldTag, getGroup
 
Methods inherited from class quickfix.FieldMap
calculateString, clear, getBoolean, getChar, getComponent, getDecimal, getDouble, getField, getField, getField, getField, getField, getField, getField, getField, getField, getField, getFieldOrder, getGroupCount, getGroups, getInt, getString, getUtcDateOnly, getUtcTimeOnly, getUtcTimeStamp, groupKeyIterator, hasGroup, hasGroup, hasGroup, hasGroup, initializeFrom, isEmpty, 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
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AllocationInstructionAck.NoAllocs

public AllocationInstructionAck.NoAllocs()
Method Detail

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

get

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

getAllocPrice

public AllocPrice getAllocPrice()
                         throws FieldNotFound
Throws:
FieldNotFound

isSet

public boolean isSet(AllocPrice field)

isSetAllocPrice

public boolean isSetAllocPrice()

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

get

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

getIndividualAllocRejCode

public IndividualAllocRejCode getIndividualAllocRejCode()
                                                 throws FieldNotFound
Throws:
FieldNotFound

isSet

public boolean isSet(IndividualAllocRejCode field)

isSetIndividualAllocRejCode

public boolean isSetIndividualAllocRejCode()

set

public void set(AllocText value)

get

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

getAllocText

public AllocText getAllocText()
                       throws FieldNotFound
Throws:
FieldNotFound

isSet

public boolean isSet(AllocText field)

isSetAllocText

public boolean isSetAllocText()

set

public void set(EncodedAllocTextLen value)

get

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

getEncodedAllocTextLen

public EncodedAllocTextLen getEncodedAllocTextLen()
                                           throws FieldNotFound
Throws:
FieldNotFound

isSet

public boolean isSet(EncodedAllocTextLen field)

isSetEncodedAllocTextLen

public boolean isSetEncodedAllocTextLen()

set

public void set(EncodedAllocText value)

get

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

getEncodedAllocText

public EncodedAllocText getEncodedAllocText()
                                     throws FieldNotFound
Throws:
FieldNotFound

isSet

public boolean isSet(EncodedAllocText field)

isSetEncodedAllocText

public boolean isSetEncodedAllocText()