quickfix.fix50.component
Class PegInstructions

java.lang.Object
  extended by quickfix.FieldMap
      extended by quickfix.MessageComponent
          extended by quickfix.fix50.component.PegInstructions
All Implemented Interfaces:
java.io.Serializable

public class PegInstructions
extends MessageComponent

See Also:
Serialized Form

Field Summary
static java.lang.String MSGTYPE
           
 
Constructor Summary
PegInstructions()
           
 
Method Summary
 PegLimitType get(PegLimitType value)
           
 PegMoveType get(PegMoveType value)
           
 PegOffsetType get(PegOffsetType value)
           
 PegOffsetValue get(PegOffsetValue value)
           
 PegPriceType get(PegPriceType value)
           
 PegRoundDirection get(PegRoundDirection value)
           
 PegScope get(PegScope value)
           
 PegSecurityDesc get(PegSecurityDesc value)
           
 PegSecurityID get(PegSecurityID value)
           
 PegSecurityIDSource get(PegSecurityIDSource value)
           
 PegSymbol get(PegSymbol value)
           
protected  int[] getFields()
           
protected  int[] getGroupFields()
           
 PegLimitType getPegLimitType()
           
 PegMoveType getPegMoveType()
           
 PegOffsetType getPegOffsetType()
           
 PegOffsetValue getPegOffsetValue()
           
 PegPriceType getPegPriceType()
           
 PegRoundDirection getPegRoundDirection()
           
 PegScope getPegScope()
           
 PegSecurityDesc getPegSecurityDesc()
           
 PegSecurityID getPegSecurityID()
           
 PegSecurityIDSource getPegSecurityIDSource()
           
 PegSymbol getPegSymbol()
           
 boolean isSet(PegLimitType field)
           
 boolean isSet(PegMoveType field)
           
 boolean isSet(PegOffsetType field)
           
 boolean isSet(PegOffsetValue field)
           
 boolean isSet(PegPriceType field)
           
 boolean isSet(PegRoundDirection field)
           
 boolean isSet(PegScope field)
           
 boolean isSet(PegSecurityDesc field)
           
 boolean isSet(PegSecurityID field)
           
 boolean isSet(PegSecurityIDSource field)
           
 boolean isSet(PegSymbol field)
           
 boolean isSetPegLimitType()
           
 boolean isSetPegMoveType()
           
 boolean isSetPegOffsetType()
           
 boolean isSetPegOffsetValue()
           
 boolean isSetPegPriceType()
           
 boolean isSetPegRoundDirection()
           
 boolean isSetPegScope()
           
 boolean isSetPegSecurityDesc()
           
 boolean isSetPegSecurityID()
           
 boolean isSetPegSecurityIDSource()
           
 boolean isSetPegSymbol()
           
 void set(PegLimitType value)
           
 void set(PegMoveType value)
           
 void set(PegOffsetType value)
           
 void set(PegOffsetValue value)
           
 void set(PegPriceType value)
           
 void set(PegRoundDirection value)
           
 void set(PegScope value)
           
 void set(PegSecurityDesc value)
           
 void set(PegSecurityID value)
           
 void set(PegSecurityIDSource value)
           
 void set(PegSymbol value)
           
 
Methods inherited from class quickfix.MessageComponent
copyFrom, copyTo
 
Methods inherited from class quickfix.FieldMap
addGroup, calculateString, clear, getBoolean, getChar, getComponent, getDecimal, getDouble, getField, getField, getField, getField, getField, getField, getField, getField, getField, getField, getFieldOrder, getGroup, 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
 

Field Detail

MSGTYPE

public static final java.lang.String MSGTYPE
See Also:
Constant Field Values
Constructor Detail

PegInstructions

public PegInstructions()
Method Detail

getFields

protected int[] getFields()
Specified by:
getFields in class MessageComponent

getGroupFields

protected int[] getGroupFields()
Specified by:
getGroupFields in class MessageComponent

set

public void set(PegOffsetValue value)

get

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

getPegOffsetValue

public PegOffsetValue getPegOffsetValue()
                                 throws FieldNotFound
Throws:
FieldNotFound

isSet

public boolean isSet(PegOffsetValue field)

isSetPegOffsetValue

public boolean isSetPegOffsetValue()

set

public void set(PegMoveType value)

get

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

getPegMoveType

public PegMoveType getPegMoveType()
                           throws FieldNotFound
Throws:
FieldNotFound

isSet

public boolean isSet(PegMoveType field)

isSetPegMoveType

public boolean isSetPegMoveType()

set

public void set(PegOffsetType value)

get

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

getPegOffsetType

public PegOffsetType getPegOffsetType()
                               throws FieldNotFound
Throws:
FieldNotFound

isSet

public boolean isSet(PegOffsetType field)

isSetPegOffsetType

public boolean isSetPegOffsetType()

set

public void set(PegLimitType value)

get

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

getPegLimitType

public PegLimitType getPegLimitType()
                             throws FieldNotFound
Throws:
FieldNotFound

isSet

public boolean isSet(PegLimitType field)

isSetPegLimitType

public boolean isSetPegLimitType()

set

public void set(PegRoundDirection value)

get

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

getPegRoundDirection

public PegRoundDirection getPegRoundDirection()
                                       throws FieldNotFound
Throws:
FieldNotFound

isSet

public boolean isSet(PegRoundDirection field)

isSetPegRoundDirection

public boolean isSetPegRoundDirection()

set

public void set(PegScope value)

get

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

getPegScope

public PegScope getPegScope()
                     throws FieldNotFound
Throws:
FieldNotFound

isSet

public boolean isSet(PegScope field)

isSetPegScope

public boolean isSetPegScope()

set

public void set(PegPriceType value)

get

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

getPegPriceType

public PegPriceType getPegPriceType()
                             throws FieldNotFound
Throws:
FieldNotFound

isSet

public boolean isSet(PegPriceType field)

isSetPegPriceType

public boolean isSetPegPriceType()

set

public void set(PegSecurityIDSource value)

get

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

getPegSecurityIDSource

public PegSecurityIDSource getPegSecurityIDSource()
                                           throws FieldNotFound
Throws:
FieldNotFound

isSet

public boolean isSet(PegSecurityIDSource field)

isSetPegSecurityIDSource

public boolean isSetPegSecurityIDSource()

set

public void set(PegSecurityID value)

get

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

getPegSecurityID

public PegSecurityID getPegSecurityID()
                               throws FieldNotFound
Throws:
FieldNotFound

isSet

public boolean isSet(PegSecurityID field)

isSetPegSecurityID

public boolean isSetPegSecurityID()

set

public void set(PegSymbol value)

get

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

getPegSymbol

public PegSymbol getPegSymbol()
                       throws FieldNotFound
Throws:
FieldNotFound

isSet

public boolean isSet(PegSymbol field)

isSetPegSymbol

public boolean isSetPegSymbol()

set

public void set(PegSecurityDesc value)

get

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

getPegSecurityDesc

public PegSecurityDesc getPegSecurityDesc()
                                   throws FieldNotFound
Throws:
FieldNotFound

isSet

public boolean isSet(PegSecurityDesc field)

isSetPegSecurityDesc

public boolean isSetPegSecurityDesc()