quickfix.fix40
Class Allocation.NoAllocs.NoDlvyInst

java.lang.Object
  extended by quickfix.FieldMap
      extended by quickfix.Group
          extended by quickfix.fix40.Allocation.NoAllocs.NoDlvyInst
All Implemented Interfaces:
java.io.Serializable
Enclosing class:
Allocation.NoAllocs

public static class Allocation.NoAllocs.NoDlvyInst
extends Group

See Also:
Serialized Form

Constructor Summary
Allocation.NoAllocs.NoDlvyInst()
           
 
Method Summary
 BrokerOfCredit get(BrokerOfCredit value)
           
 DlvyInst get(DlvyInst value)
           
 BrokerOfCredit getBrokerOfCredit()
           
 DlvyInst getDlvyInst()
           
 boolean isSet(BrokerOfCredit field)
           
 boolean isSet(DlvyInst field)
           
 boolean isSetBrokerOfCredit()
           
 boolean isSetDlvyInst()
           
 void set(BrokerOfCredit value)
           
 void set(DlvyInst 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

Allocation.NoAllocs.NoDlvyInst

public Allocation.NoAllocs.NoDlvyInst()
Method Detail

set

public void set(BrokerOfCredit value)

get

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

getBrokerOfCredit

public BrokerOfCredit getBrokerOfCredit()
                                 throws FieldNotFound
Throws:
FieldNotFound

isSet

public boolean isSet(BrokerOfCredit field)

isSetBrokerOfCredit

public boolean isSetBrokerOfCredit()

set

public void set(DlvyInst value)

get

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

getDlvyInst

public DlvyInst getDlvyInst()
                     throws FieldNotFound
Throws:
FieldNotFound

isSet

public boolean isSet(DlvyInst field)

isSetDlvyInst

public boolean isSetDlvyInst()