quickfix.fix50.component
Class DisplayInstruction

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

public class DisplayInstruction
extends MessageComponent

See Also:
Serialized Form

Field Summary
static java.lang.String MSGTYPE
           
 
Constructor Summary
DisplayInstruction()
           
 
Method Summary
 DisplayHighQty get(DisplayHighQty value)
           
 DisplayLowQty get(DisplayLowQty value)
           
 DisplayMethod get(DisplayMethod value)
           
 DisplayMinIncr get(DisplayMinIncr value)
           
 DisplayQty get(DisplayQty value)
           
 DisplayWhen get(DisplayWhen value)
           
 RefreshQty get(RefreshQty value)
           
 SecondaryDisplayQty get(SecondaryDisplayQty value)
           
 DisplayHighQty getDisplayHighQty()
           
 DisplayLowQty getDisplayLowQty()
           
 DisplayMethod getDisplayMethod()
           
 DisplayMinIncr getDisplayMinIncr()
           
 DisplayQty getDisplayQty()
           
 DisplayWhen getDisplayWhen()
           
protected  int[] getFields()
           
protected  int[] getGroupFields()
           
 RefreshQty getRefreshQty()
           
 SecondaryDisplayQty getSecondaryDisplayQty()
           
 boolean isSet(DisplayHighQty field)
           
 boolean isSet(DisplayLowQty field)
           
 boolean isSet(DisplayMethod field)
           
 boolean isSet(DisplayMinIncr field)
           
 boolean isSet(DisplayQty field)
           
 boolean isSet(DisplayWhen field)
           
 boolean isSet(RefreshQty field)
           
 boolean isSet(SecondaryDisplayQty field)
           
 boolean isSetDisplayHighQty()
           
 boolean isSetDisplayLowQty()
           
 boolean isSetDisplayMethod()
           
 boolean isSetDisplayMinIncr()
           
 boolean isSetDisplayQty()
           
 boolean isSetDisplayWhen()
           
 boolean isSetRefreshQty()
           
 boolean isSetSecondaryDisplayQty()
           
 void set(DisplayHighQty value)
           
 void set(DisplayLowQty value)
           
 void set(DisplayMethod value)
           
 void set(DisplayMinIncr value)
           
 void set(DisplayQty value)
           
 void set(DisplayWhen value)
           
 void set(RefreshQty value)
           
 void set(SecondaryDisplayQty 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

DisplayInstruction

public DisplayInstruction()
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(SecondaryDisplayQty value)

get

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

getSecondaryDisplayQty

public SecondaryDisplayQty getSecondaryDisplayQty()
                                           throws FieldNotFound
Throws:
FieldNotFound

isSet

public boolean isSet(SecondaryDisplayQty field)

isSetSecondaryDisplayQty

public boolean isSetSecondaryDisplayQty()

set

public void set(DisplayWhen value)

get

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

getDisplayWhen

public DisplayWhen getDisplayWhen()
                           throws FieldNotFound
Throws:
FieldNotFound

isSet

public boolean isSet(DisplayWhen field)

isSetDisplayWhen

public boolean isSetDisplayWhen()

set

public void set(DisplayMethod value)

get

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

getDisplayMethod

public DisplayMethod getDisplayMethod()
                               throws FieldNotFound
Throws:
FieldNotFound

isSet

public boolean isSet(DisplayMethod field)

isSetDisplayMethod

public boolean isSetDisplayMethod()

set

public void set(DisplayLowQty value)

get

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

getDisplayLowQty

public DisplayLowQty getDisplayLowQty()
                               throws FieldNotFound
Throws:
FieldNotFound

isSet

public boolean isSet(DisplayLowQty field)

isSetDisplayLowQty

public boolean isSetDisplayLowQty()

set

public void set(DisplayHighQty value)

get

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

getDisplayHighQty

public DisplayHighQty getDisplayHighQty()
                                 throws FieldNotFound
Throws:
FieldNotFound

isSet

public boolean isSet(DisplayHighQty field)

isSetDisplayHighQty

public boolean isSetDisplayHighQty()

set

public void set(DisplayMinIncr value)

get

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

getDisplayMinIncr

public DisplayMinIncr getDisplayMinIncr()
                                 throws FieldNotFound
Throws:
FieldNotFound

isSet

public boolean isSet(DisplayMinIncr field)

isSetDisplayMinIncr

public boolean isSetDisplayMinIncr()

set

public void set(RefreshQty value)

get

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

getRefreshQty

public RefreshQty getRefreshQty()
                         throws FieldNotFound
Throws:
FieldNotFound

isSet

public boolean isSet(RefreshQty field)

isSetRefreshQty

public boolean isSetRefreshQty()

set

public void set(DisplayQty value)

get

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

getDisplayQty

public DisplayQty getDisplayQty()
                         throws FieldNotFound
Throws:
FieldNotFound

isSet

public boolean isSet(DisplayQty field)

isSetDisplayQty

public boolean isSetDisplayQty()