quickfix.fix40
Class Allocation.NoExecs

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

public static class Allocation.NoExecs
extends Group

See Also:
Serialized Form

Constructor Summary
Allocation.NoExecs()
           
 
Method Summary
 ExecID get(ExecID value)
           
 LastMkt get(LastMkt value)
           
 LastPx get(LastPx value)
           
 LastShares get(LastShares value)
           
 ExecID getExecID()
           
 LastMkt getLastMkt()
           
 LastPx getLastPx()
           
 LastShares getLastShares()
           
 boolean isSet(ExecID field)
           
 boolean isSet(LastMkt field)
           
 boolean isSet(LastPx field)
           
 boolean isSet(LastShares field)
           
 boolean isSetExecID()
           
 boolean isSetLastMkt()
           
 boolean isSetLastPx()
           
 boolean isSetLastShares()
           
 void set(ExecID value)
           
 void set(LastMkt value)
           
 void set(LastPx value)
           
 void set(LastShares 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.NoExecs

public Allocation.NoExecs()
Method Detail

set

public void set(ExecID value)

get

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

getExecID

public ExecID getExecID()
                 throws FieldNotFound
Throws:
FieldNotFound

isSet

public boolean isSet(ExecID field)

isSetExecID

public boolean isSetExecID()

set

public void set(LastShares value)

get

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

getLastShares

public LastShares getLastShares()
                         throws FieldNotFound
Throws:
FieldNotFound

isSet

public boolean isSet(LastShares field)

isSetLastShares

public boolean isSetLastShares()

set

public void set(LastPx value)

get

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

getLastPx

public LastPx getLastPx()
                 throws FieldNotFound
Throws:
FieldNotFound

isSet

public boolean isSet(LastPx field)

isSetLastPx

public boolean isSetLastPx()

set

public void set(LastMkt value)

get

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

getLastMkt

public LastMkt getLastMkt()
                   throws FieldNotFound
Throws:
FieldNotFound

isSet

public boolean isSet(LastMkt field)

isSetLastMkt

public boolean isSetLastMkt()