quickfix.fix43
Class QuoteRequest

java.lang.Object
  extended by quickfix.FieldMap
      extended by quickfix.Message
          extended by quickfix.fix43.Message
              extended by quickfix.fix43.QuoteRequest
All Implemented Interfaces:
java.io.Serializable

public class QuoteRequest
extends Message

See Also:
Serialized Form

Nested Class Summary
static class QuoteRequest.NoRelatedSym
           
 
Nested classes/interfaces inherited from class quickfix.fix43.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
QuoteRequest()
           
QuoteRequest(QuoteReqID quoteReqID)
           
 
Method Summary
 EncodedText get(EncodedText value)
           
 EncodedTextLen get(EncodedTextLen value)
           
 NoRelatedSym get(NoRelatedSym value)
           
 QuoteReqID get(QuoteReqID value)
           
 RFQReqID get(RFQReqID value)
           
 Text get(Text value)
           
 EncodedText getEncodedText()
           
 EncodedTextLen getEncodedTextLen()
           
 NoRelatedSym getNoRelatedSym()
           
 QuoteReqID getQuoteReqID()
           
 RFQReqID getRFQReqID()
           
 Text getText()
           
 boolean isSet(EncodedText field)
           
 boolean isSet(EncodedTextLen field)
           
 boolean isSet(NoRelatedSym field)
           
 boolean isSet(QuoteReqID field)
           
 boolean isSet(RFQReqID field)
           
 boolean isSet(Text field)
           
 boolean isSetEncodedText()
           
 boolean isSetEncodedTextLen()
           
 boolean isSetNoRelatedSym()
           
 boolean isSetQuoteReqID()
           
 boolean isSetRFQReqID()
           
 boolean isSetText()
           
 void set(EncodedText value)
           
 void set(EncodedTextLen value)
           
 void set(NoRelatedSym value)
           
 void set(QuoteReqID value)
           
 void set(RFQReqID value)
           
 void set(Text value)
           
 
Methods inherited from class quickfix.fix43.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

QuoteRequest

public QuoteRequest()

QuoteRequest

public QuoteRequest(QuoteReqID quoteReqID)
Method Detail

set

public void set(QuoteReqID value)

get

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

getQuoteReqID

public QuoteReqID getQuoteReqID()
                         throws FieldNotFound
Throws:
FieldNotFound

isSet

public boolean isSet(QuoteReqID field)

isSetQuoteReqID

public boolean isSetQuoteReqID()

set

public void set(RFQReqID value)

get

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

getRFQReqID

public RFQReqID getRFQReqID()
                     throws FieldNotFound
Throws:
FieldNotFound

isSet

public boolean isSet(RFQReqID field)

isSetRFQReqID

public boolean isSetRFQReqID()

set

public void set(NoRelatedSym value)

get

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

getNoRelatedSym

public NoRelatedSym getNoRelatedSym()
                             throws FieldNotFound
Throws:
FieldNotFound

isSet

public boolean isSet(NoRelatedSym field)

isSetNoRelatedSym

public boolean isSetNoRelatedSym()

set

public void set(Text value)

get

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

getText

public Text getText()
             throws FieldNotFound
Throws:
FieldNotFound

isSet

public boolean isSet(Text field)

isSetText

public boolean isSetText()

set

public void set(EncodedTextLen value)

get

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

getEncodedTextLen

public EncodedTextLen getEncodedTextLen()
                                 throws FieldNotFound
Throws:
FieldNotFound

isSet

public boolean isSet(EncodedTextLen field)

isSetEncodedTextLen

public boolean isSetEncodedTextLen()

set

public void set(EncodedText value)

get

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

getEncodedText

public EncodedText getEncodedText()
                           throws FieldNotFound
Throws:
FieldNotFound

isSet

public boolean isSet(EncodedText field)

isSetEncodedText

public boolean isSetEncodedText()