quickfix.fix50
Class ExecutionReport.NoContAmts

java.lang.Object
  extended by quickfix.FieldMap
      extended by quickfix.Group
          extended by quickfix.fix50.ExecutionReport.NoContAmts
All Implemented Interfaces:
java.io.Serializable
Enclosing class:
ExecutionReport

public static class ExecutionReport.NoContAmts
extends Group

See Also:
Serialized Form

Constructor Summary
ExecutionReport.NoContAmts()
           
 
Method Summary
 ContAmtCurr get(ContAmtCurr value)
           
 ContAmtType get(ContAmtType value)
           
 ContAmtValue get(ContAmtValue value)
           
 ContAmtCurr getContAmtCurr()
           
 ContAmtType getContAmtType()
           
 ContAmtValue getContAmtValue()
           
 boolean isSet(ContAmtCurr field)
           
 boolean isSet(ContAmtType field)
           
 boolean isSet(ContAmtValue field)
           
 boolean isSetContAmtCurr()
           
 boolean isSetContAmtType()
           
 boolean isSetContAmtValue()
           
 void set(ContAmtCurr value)
           
 void set(ContAmtType value)
           
 void set(ContAmtValue 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

ExecutionReport.NoContAmts

public ExecutionReport.NoContAmts()
Method Detail

set

public void set(ContAmtType value)

get

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

getContAmtType

public ContAmtType getContAmtType()
                           throws FieldNotFound
Throws:
FieldNotFound

isSet

public boolean isSet(ContAmtType field)

isSetContAmtType

public boolean isSetContAmtType()

set

public void set(ContAmtValue value)

get

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

getContAmtValue

public ContAmtValue getContAmtValue()
                             throws FieldNotFound
Throws:
FieldNotFound

isSet

public boolean isSet(ContAmtValue field)

isSetContAmtValue

public boolean isSetContAmtValue()

set

public void set(ContAmtCurr value)

get

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

getContAmtCurr

public ContAmtCurr getContAmtCurr()
                           throws FieldNotFound
Throws:
FieldNotFound

isSet

public boolean isSet(ContAmtCurr field)

isSetContAmtCurr

public boolean isSetContAmtCurr()