quickfix.fix50
Class AllocationInstruction.NoExecs

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

public static class AllocationInstruction.NoExecs
extends Group

See Also:
Serialized Form

Constructor Summary
AllocationInstruction.NoExecs()
           
 
Method Summary
 ExecID get(ExecID value)
           
 FirmTradeID get(FirmTradeID value)
           
 LastCapacity get(LastCapacity value)
           
 LastParPx get(LastParPx value)
           
 LastPx get(LastPx value)
           
 LastQty get(LastQty value)
           
 SecondaryExecID get(SecondaryExecID value)
           
 TradeID get(TradeID value)
           
 ExecID getExecID()
           
 FirmTradeID getFirmTradeID()
           
 LastCapacity getLastCapacity()
           
 LastParPx getLastParPx()
           
 LastPx getLastPx()
           
 LastQty getLastQty()
           
 SecondaryExecID getSecondaryExecID()
           
 TradeID getTradeID()
           
 boolean isSet(ExecID field)
           
 boolean isSet(FirmTradeID field)
           
 boolean isSet(LastCapacity field)
           
 boolean isSet(LastParPx field)
           
 boolean isSet(LastPx field)
           
 boolean isSet(LastQty field)
           
 boolean isSet(SecondaryExecID field)
           
 boolean isSet(TradeID field)
           
 boolean isSetExecID()
           
 boolean isSetFirmTradeID()
           
 boolean isSetLastCapacity()
           
 boolean isSetLastParPx()
           
 boolean isSetLastPx()
           
 boolean isSetLastQty()
           
 boolean isSetSecondaryExecID()
           
 boolean isSetTradeID()
           
 void set(ExecID value)
           
 void set(FirmTradeID value)
           
 void set(LastCapacity value)
           
 void set(LastParPx value)
           
 void set(LastPx value)
           
 void set(LastQty value)
           
 void set(SecondaryExecID value)
           
 void set(TradeID 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

AllocationInstruction.NoExecs

public AllocationInstruction.NoExecs()
Method Detail

set

public void set(LastQty value)

get

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

getLastQty

public LastQty getLastQty()
                   throws FieldNotFound
Throws:
FieldNotFound

isSet

public boolean isSet(LastQty field)

isSetLastQty

public boolean isSetLastQty()

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(SecondaryExecID value)

get

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

getSecondaryExecID

public SecondaryExecID getSecondaryExecID()
                                   throws FieldNotFound
Throws:
FieldNotFound

isSet

public boolean isSet(SecondaryExecID field)

isSetSecondaryExecID

public boolean isSetSecondaryExecID()

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(LastParPx value)

get

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

getLastParPx

public LastParPx getLastParPx()
                       throws FieldNotFound
Throws:
FieldNotFound

isSet

public boolean isSet(LastParPx field)

isSetLastParPx

public boolean isSetLastParPx()

set

public void set(LastCapacity value)

get

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

getLastCapacity

public LastCapacity getLastCapacity()
                             throws FieldNotFound
Throws:
FieldNotFound

isSet

public boolean isSet(LastCapacity field)

isSetLastCapacity

public boolean isSetLastCapacity()

set

public void set(TradeID value)

get

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

getTradeID

public TradeID getTradeID()
                   throws FieldNotFound
Throws:
FieldNotFound

isSet

public boolean isSet(TradeID field)

isSetTradeID

public boolean isSetTradeID()

set

public void set(FirmTradeID value)

get

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

getFirmTradeID

public FirmTradeID getFirmTradeID()
                           throws FieldNotFound
Throws:
FieldNotFound

isSet

public boolean isSet(FirmTradeID field)

isSetFirmTradeID

public boolean isSetFirmTradeID()