quickfix.fix50.component
Class ListOrdGrp.NoOrders.NoStrategyParameters

java.lang.Object
  extended by quickfix.FieldMap
      extended by quickfix.Group
          extended by quickfix.fix50.component.ListOrdGrp.NoOrders.NoStrategyParameters
All Implemented Interfaces:
java.io.Serializable
Enclosing class:
ListOrdGrp.NoOrders

public static class ListOrdGrp.NoOrders.NoStrategyParameters
extends Group

See Also:
Serialized Form

Constructor Summary
ListOrdGrp.NoOrders.NoStrategyParameters()
           
 
Method Summary
 StrategyParameterName get(StrategyParameterName value)
           
 StrategyParameterType get(StrategyParameterType value)
           
 StrategyParameterValue get(StrategyParameterValue value)
           
 StrategyParameterName getStrategyParameterName()
           
 StrategyParameterType getStrategyParameterType()
           
 StrategyParameterValue getStrategyParameterValue()
           
 boolean isSet(StrategyParameterName field)
           
 boolean isSet(StrategyParameterType field)
           
 boolean isSet(StrategyParameterValue field)
           
 boolean isSetStrategyParameterName()
           
 boolean isSetStrategyParameterType()
           
 boolean isSetStrategyParameterValue()
           
 void set(StrategyParameterName value)
           
 void set(StrategyParameterType value)
           
 void set(StrategyParameterValue 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

ListOrdGrp.NoOrders.NoStrategyParameters

public ListOrdGrp.NoOrders.NoStrategyParameters()
Method Detail

set

public void set(StrategyParameterName value)

get

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

getStrategyParameterName

public StrategyParameterName getStrategyParameterName()
                                               throws FieldNotFound
Throws:
FieldNotFound

isSet

public boolean isSet(StrategyParameterName field)

isSetStrategyParameterName

public boolean isSetStrategyParameterName()

set

public void set(StrategyParameterType value)

get

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

getStrategyParameterType

public StrategyParameterType getStrategyParameterType()
                                               throws FieldNotFound
Throws:
FieldNotFound

isSet

public boolean isSet(StrategyParameterType field)

isSetStrategyParameterType

public boolean isSetStrategyParameterType()

set

public void set(StrategyParameterValue value)

get

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

getStrategyParameterValue

public StrategyParameterValue getStrategyParameterValue()
                                                 throws FieldNotFound
Throws:
FieldNotFound

isSet

public boolean isSet(StrategyParameterValue field)

isSetStrategyParameterValue

public boolean isSetStrategyParameterValue()