quickfix.fix44
Class ListStrikePrice

java.lang.Object
  extended by quickfix.FieldMap
      extended by quickfix.Message
          extended by quickfix.fix44.Message
              extended by quickfix.fix44.ListStrikePrice
All Implemented Interfaces:
java.io.Serializable

public class ListStrikePrice
extends Message

See Also:
Serialized Form

Nested Class Summary
static class ListStrikePrice.NoStrikes
           
static class ListStrikePrice.NoUnderlyings
           
 
Nested classes/interfaces inherited from class quickfix.fix44.Message
Message.Header
 
Nested classes/interfaces inherited from class quickfix.Message
Message.Trailer
 
Field Summary
static java.lang.String MSGTYPE
           
 
Fields inherited from class quickfix.Message
header, trailer
 
Constructor Summary
ListStrikePrice()
           
ListStrikePrice(ListID listID, TotNoStrikes totNoStrikes)
           
 
Method Summary
 LastFragment get(LastFragment value)
           
 ListID get(ListID value)
           
 NoStrikes get(NoStrikes value)
           
 NoUnderlyings get(NoUnderlyings value)
           
 TotNoStrikes get(TotNoStrikes value)
           
 LastFragment getLastFragment()
           
 ListID getListID()
           
 NoStrikes getNoStrikes()
           
 NoUnderlyings getNoUnderlyings()
           
 TotNoStrikes getTotNoStrikes()
           
 boolean isSet(LastFragment field)
           
 boolean isSet(ListID field)
           
 boolean isSet(NoStrikes field)
           
 boolean isSet(NoUnderlyings field)
           
 boolean isSet(TotNoStrikes field)
           
 boolean isSetLastFragment()
           
 boolean isSetListID()
           
 boolean isSetNoStrikes()
           
 boolean isSetNoUnderlyings()
           
 boolean isSetTotNoStrikes()
           
 void set(LastFragment value)
           
 void set(ListID value)
           
 void set(NoStrikes value)
           
 void set(NoUnderlyings value)
           
 void set(TotNoStrikes value)
           
 
Methods inherited from class quickfix.fix44.Message
get, get, get, getCheckSum, getSignature, getSignatureLength, isSet, isSet, isSet, isSetCheckSum, isSetSignature, isSetSignatureLength, set, set, set
 
Methods inherited from class quickfix.Message
bodyLength, clear, clone, fromString, fromString, getException, getHeader, getTrailer, headerAddGroup, headerGetGroup, headerHasGroup, headerHasGroup, headerHasGroup, headerHasGroup, headerRemoveGroup, headerReplaceGroup, identifyType, InitializeXML, isAdmin, isApp, isEmpty, pushBack, reverseRoute, toString, toXML, toXML, trailerAddGroup, trailerGetGroup, trailerHasGroup, trailerHasGroup, trailerHasGroup, trailerHasGroup, trailerRemoveGroup, trailerReplaceGroup
 
Methods inherited from class quickfix.FieldMap
addGroup, calculateString, 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, 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
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

MSGTYPE

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

ListStrikePrice

public ListStrikePrice()

ListStrikePrice

public ListStrikePrice(ListID listID,
                       TotNoStrikes totNoStrikes)
Method Detail

set

public void set(ListID value)

get

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

getListID

public ListID getListID()
                 throws FieldNotFound
Throws:
FieldNotFound

isSet

public boolean isSet(ListID field)

isSetListID

public boolean isSetListID()

set

public void set(TotNoStrikes value)

get

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

getTotNoStrikes

public TotNoStrikes getTotNoStrikes()
                             throws FieldNotFound
Throws:
FieldNotFound

isSet

public boolean isSet(TotNoStrikes field)

isSetTotNoStrikes

public boolean isSetTotNoStrikes()

set

public void set(LastFragment value)

get

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

getLastFragment

public LastFragment getLastFragment()
                             throws FieldNotFound
Throws:
FieldNotFound

isSet

public boolean isSet(LastFragment field)

isSetLastFragment

public boolean isSetLastFragment()

set

public void set(NoStrikes value)

get

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

getNoStrikes

public NoStrikes getNoStrikes()
                       throws FieldNotFound
Throws:
FieldNotFound

isSet

public boolean isSet(NoStrikes field)

isSetNoStrikes

public boolean isSetNoStrikes()

set

public void set(NoUnderlyings value)

get

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

getNoUnderlyings

public NoUnderlyings getNoUnderlyings()
                               throws FieldNotFound
Throws:
FieldNotFound

isSet

public boolean isSet(NoUnderlyings field)

isSetNoUnderlyings

public boolean isSetNoUnderlyings()