quickfix.fix44
Class CollateralResponse.NoTrdRegTimestamps

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

public static class CollateralResponse.NoTrdRegTimestamps
extends Group

See Also:
Serialized Form

Constructor Summary
CollateralResponse.NoTrdRegTimestamps()
           
 
Method Summary
 TrdRegTimestamp get(TrdRegTimestamp value)
           
 TrdRegTimestampOrigin get(TrdRegTimestampOrigin value)
           
 TrdRegTimestampType get(TrdRegTimestampType value)
           
 TrdRegTimestamp getTrdRegTimestamp()
           
 TrdRegTimestampOrigin getTrdRegTimestampOrigin()
           
 TrdRegTimestampType getTrdRegTimestampType()
           
 boolean isSet(TrdRegTimestamp field)
           
 boolean isSet(TrdRegTimestampOrigin field)
           
 boolean isSet(TrdRegTimestampType field)
           
 boolean isSetTrdRegTimestamp()
           
 boolean isSetTrdRegTimestampOrigin()
           
 boolean isSetTrdRegTimestampType()
           
 void set(TrdRegTimestamp value)
           
 void set(TrdRegTimestampOrigin value)
           
 void set(TrdRegTimestampType 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

CollateralResponse.NoTrdRegTimestamps

public CollateralResponse.NoTrdRegTimestamps()
Method Detail

set

public void set(TrdRegTimestamp value)

get

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

getTrdRegTimestamp

public TrdRegTimestamp getTrdRegTimestamp()
                                   throws FieldNotFound
Throws:
FieldNotFound

isSet

public boolean isSet(TrdRegTimestamp field)

isSetTrdRegTimestamp

public boolean isSetTrdRegTimestamp()

set

public void set(TrdRegTimestampType value)

get

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

getTrdRegTimestampType

public TrdRegTimestampType getTrdRegTimestampType()
                                           throws FieldNotFound
Throws:
FieldNotFound

isSet

public boolean isSet(TrdRegTimestampType field)

isSetTrdRegTimestampType

public boolean isSetTrdRegTimestampType()

set

public void set(TrdRegTimestampOrigin value)

get

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

getTrdRegTimestampOrigin

public TrdRegTimestampOrigin getTrdRegTimestampOrigin()
                                               throws FieldNotFound
Throws:
FieldNotFound

isSet

public boolean isSet(TrdRegTimestampOrigin field)

isSetTrdRegTimestampOrigin

public boolean isSetTrdRegTimestampOrigin()