quickfix.fix50
Class ContraryIntentionReport.NoExpiration

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

public static class ContraryIntentionReport.NoExpiration
extends Group

See Also:
Serialized Form

Constructor Summary
ContraryIntentionReport.NoExpiration()
           
 
Method Summary
 ExpQty get(ExpQty value)
           
 ExpType get(ExpType value)
           
 ExpQty getExpQty()
           
 ExpType getExpType()
           
 boolean isSet(ExpQty field)
           
 boolean isSet(ExpType field)
           
 boolean isSetExpQty()
           
 boolean isSetExpType()
           
 void set(ExpQty value)
           
 void set(ExpType 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

ContraryIntentionReport.NoExpiration

public ContraryIntentionReport.NoExpiration()
Method Detail

set

public void set(ExpType value)

get

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

getExpType

public ExpType getExpType()
                   throws FieldNotFound
Throws:
FieldNotFound

isSet

public boolean isSet(ExpType field)

isSetExpType

public boolean isSetExpType()

set

public void set(ExpQty value)

get

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

getExpQty

public ExpQty getExpQty()
                 throws FieldNotFound
Throws:
FieldNotFound

isSet

public boolean isSet(ExpQty field)

isSetExpQty

public boolean isSetExpQty()