quickfix.fix50
Class RFQRequest

java.lang.Object
  extended by quickfix.FieldMap
      extended by quickfix.Message
          extended by quickfix.fix50.Message
              extended by quickfix.fix50.RFQRequest
All Implemented Interfaces:
java.io.Serializable

public class RFQRequest
extends Message

See Also:
Serialized Form

Nested Class Summary
static class RFQRequest.NoRelatedSym
           
 
Nested classes/interfaces inherited from class quickfix.fix50.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
RFQRequest()
           
RFQRequest(RFQReqID rFQReqID)
           
 
Method Summary
 NoRelatedSym get(NoRelatedSym value)
           
 RFQReqGrp get(RFQReqGrp component)
           
 RFQReqID get(RFQReqID value)
           
 SubscriptionRequestType get(SubscriptionRequestType value)
           
 NoRelatedSym getNoRelatedSym()
           
 RFQReqGrp getRFQReqGrp()
           
 RFQReqID getRFQReqID()
           
 SubscriptionRequestType getSubscriptionRequestType()
           
 boolean isSet(NoRelatedSym field)
           
 boolean isSet(RFQReqID field)
           
 boolean isSet(SubscriptionRequestType field)
           
 boolean isSetNoRelatedSym()
           
 boolean isSetRFQReqID()
           
 boolean isSetSubscriptionRequestType()
           
 void set(NoRelatedSym value)
           
 void set(RFQReqGrp component)
           
 void set(RFQReqID value)
           
 void set(SubscriptionRequestType value)
           
 
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

RFQRequest

public RFQRequest()

RFQRequest

public RFQRequest(RFQReqID rFQReqID)
Method Detail

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(RFQReqGrp component)

get

public RFQReqGrp get(RFQReqGrp component)
              throws FieldNotFound
Throws:
FieldNotFound

getRFQReqGrp

public RFQReqGrp getRFQReqGrp()
                       throws FieldNotFound
Throws:
FieldNotFound

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

get

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

getSubscriptionRequestType

public SubscriptionRequestType getSubscriptionRequestType()
                                                   throws FieldNotFound
Throws:
FieldNotFound

isSet

public boolean isSet(SubscriptionRequestType field)

isSetSubscriptionRequestType

public boolean isSetSubscriptionRequestType()