quickfix.fix44
Class AllocationReport.NoAllocs.NoMiscFees

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

public static class AllocationReport.NoAllocs.NoMiscFees
extends Group

See Also:
Serialized Form

Constructor Summary
AllocationReport.NoAllocs.NoMiscFees()
           
 
Method Summary
 MiscFeeAmt get(MiscFeeAmt value)
           
 MiscFeeBasis get(MiscFeeBasis value)
           
 MiscFeeCurr get(MiscFeeCurr value)
           
 MiscFeeType get(MiscFeeType value)
           
 MiscFeeAmt getMiscFeeAmt()
           
 MiscFeeBasis getMiscFeeBasis()
           
 MiscFeeCurr getMiscFeeCurr()
           
 MiscFeeType getMiscFeeType()
           
 boolean isSet(MiscFeeAmt field)
           
 boolean isSet(MiscFeeBasis field)
           
 boolean isSet(MiscFeeCurr field)
           
 boolean isSet(MiscFeeType field)
           
 boolean isSetMiscFeeAmt()
           
 boolean isSetMiscFeeBasis()
           
 boolean isSetMiscFeeCurr()
           
 boolean isSetMiscFeeType()
           
 void set(MiscFeeAmt value)
           
 void set(MiscFeeBasis value)
           
 void set(MiscFeeCurr value)
           
 void set(MiscFeeType 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

AllocationReport.NoAllocs.NoMiscFees

public AllocationReport.NoAllocs.NoMiscFees()
Method Detail

set

public void set(MiscFeeAmt value)

get

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

getMiscFeeAmt

public MiscFeeAmt getMiscFeeAmt()
                         throws FieldNotFound
Throws:
FieldNotFound

isSet

public boolean isSet(MiscFeeAmt field)

isSetMiscFeeAmt

public boolean isSetMiscFeeAmt()

set

public void set(MiscFeeCurr value)

get

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

getMiscFeeCurr

public MiscFeeCurr getMiscFeeCurr()
                           throws FieldNotFound
Throws:
FieldNotFound

isSet

public boolean isSet(MiscFeeCurr field)

isSetMiscFeeCurr

public boolean isSetMiscFeeCurr()

set

public void set(MiscFeeType value)

get

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

getMiscFeeType

public MiscFeeType getMiscFeeType()
                           throws FieldNotFound
Throws:
FieldNotFound

isSet

public boolean isSet(MiscFeeType field)

isSetMiscFeeType

public boolean isSetMiscFeeType()

set

public void set(MiscFeeBasis value)

get

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

getMiscFeeBasis

public MiscFeeBasis getMiscFeeBasis()
                             throws FieldNotFound
Throws:
FieldNotFound

isSet

public boolean isSet(MiscFeeBasis field)

isSetMiscFeeBasis

public boolean isSetMiscFeeBasis()