quickfix.fix43
Class SecurityTypes.NoSecurityTypes

java.lang.Object
  extended by quickfix.FieldMap
      extended by quickfix.Group
          extended by quickfix.fix43.SecurityTypes.NoSecurityTypes
All Implemented Interfaces:
java.io.Serializable
Enclosing class:
SecurityTypes

public static class SecurityTypes.NoSecurityTypes
extends Group

See Also:
Serialized Form

Constructor Summary
SecurityTypes.NoSecurityTypes()
           
 
Method Summary
 CFICode get(CFICode value)
           
 Product get(Product value)
           
 SecurityType get(SecurityType value)
           
 CFICode getCFICode()
           
 Product getProduct()
           
 SecurityType getSecurityType()
           
 boolean isSet(CFICode field)
           
 boolean isSet(Product field)
           
 boolean isSet(SecurityType field)
           
 boolean isSetCFICode()
           
 boolean isSetProduct()
           
 boolean isSetSecurityType()
           
 void set(CFICode value)
           
 void set(Product value)
           
 void set(SecurityType 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

SecurityTypes.NoSecurityTypes

public SecurityTypes.NoSecurityTypes()
Method Detail

set

public void set(SecurityType value)

get

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

getSecurityType

public SecurityType getSecurityType()
                             throws FieldNotFound
Throws:
FieldNotFound

isSet

public boolean isSet(SecurityType field)

isSetSecurityType

public boolean isSetSecurityType()

set

public void set(Product value)

get

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

getProduct

public Product getProduct()
                   throws FieldNotFound
Throws:
FieldNotFound

isSet

public boolean isSet(Product field)

isSetProduct

public boolean isSetProduct()

set

public void set(CFICode value)

get

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

getCFICode

public CFICode getCFICode()
                   throws FieldNotFound
Throws:
FieldNotFound

isSet

public boolean isSet(CFICode field)

isSetCFICode

public boolean isSetCFICode()