quickfix.fix43
Class MassQuote

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

public class MassQuote
extends Message

See Also:
Serialized Form

Nested Class Summary
static class MassQuote.NoPartyIDs
           
static class MassQuote.NoQuoteSets
           
 
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
MassQuote()
           
MassQuote(QuoteID quoteID)
           
 
Method Summary
 Account get(Account value)
           
 AccountType get(AccountType value)
           
 DefBidSize get(DefBidSize value)
           
 DefOfferSize get(DefOfferSize value)
           
 NoPartyIDs get(NoPartyIDs value)
           
 NoQuoteSets get(NoQuoteSets value)
           
 Parties get(Parties component)
           
 QuoteID get(QuoteID value)
           
 QuoteReqID get(QuoteReqID value)
           
 QuoteResponseLevel get(QuoteResponseLevel value)
           
 QuoteType get(QuoteType value)
           
 Account getAccount()
           
 AccountType getAccountType()
           
 DefBidSize getDefBidSize()
           
 DefOfferSize getDefOfferSize()
           
 NoPartyIDs getNoPartyIDs()
           
 NoQuoteSets getNoQuoteSets()
           
 Parties getParties()
           
 QuoteID getQuoteID()
           
 QuoteReqID getQuoteReqID()
           
 QuoteResponseLevel getQuoteResponseLevel()
           
 QuoteType getQuoteType()
           
 boolean isSet(Account field)
           
 boolean isSet(AccountType field)
           
 boolean isSet(DefBidSize field)
           
 boolean isSet(DefOfferSize field)
           
 boolean isSet(NoPartyIDs field)
           
 boolean isSet(NoQuoteSets field)
           
 boolean isSet(QuoteID field)
           
 boolean isSet(QuoteReqID field)
           
 boolean isSet(QuoteResponseLevel field)
           
 boolean isSet(QuoteType field)
           
 boolean isSetAccount()
           
 boolean isSetAccountType()
           
 boolean isSetDefBidSize()
           
 boolean isSetDefOfferSize()
           
 boolean isSetNoPartyIDs()
           
 boolean isSetNoQuoteSets()
           
 boolean isSetQuoteID()
           
 boolean isSetQuoteReqID()
           
 boolean isSetQuoteResponseLevel()
           
 boolean isSetQuoteType()
           
 void set(Account value)
           
 void set(AccountType value)
           
 void set(DefBidSize value)
           
 void set(DefOfferSize value)
           
 void set(NoPartyIDs value)
           
 void set(NoQuoteSets value)
           
 void set(Parties component)
           
 void set(QuoteID value)
           
 void set(QuoteReqID value)
           
 void set(QuoteResponseLevel value)
           
 void set(QuoteType 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

MassQuote

public MassQuote()

MassQuote

public MassQuote(QuoteID quoteID)
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(QuoteID value)

get

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

getQuoteID

public QuoteID getQuoteID()
                   throws FieldNotFound
Throws:
FieldNotFound

isSet

public boolean isSet(QuoteID field)

isSetQuoteID

public boolean isSetQuoteID()

set

public void set(QuoteType value)

get

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

getQuoteType

public QuoteType getQuoteType()
                       throws FieldNotFound
Throws:
FieldNotFound

isSet

public boolean isSet(QuoteType field)

isSetQuoteType

public boolean isSetQuoteType()

set

public void set(QuoteResponseLevel value)

get

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

getQuoteResponseLevel

public QuoteResponseLevel getQuoteResponseLevel()
                                         throws FieldNotFound
Throws:
FieldNotFound

isSet

public boolean isSet(QuoteResponseLevel field)

isSetQuoteResponseLevel

public boolean isSetQuoteResponseLevel()

set

public void set(Parties component)

get

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

getParties

public Parties getParties()
                   throws FieldNotFound
Throws:
FieldNotFound

set

public void set(NoPartyIDs value)

get

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

getNoPartyIDs

public NoPartyIDs getNoPartyIDs()
                         throws FieldNotFound
Throws:
FieldNotFound

isSet

public boolean isSet(NoPartyIDs field)

isSetNoPartyIDs

public boolean isSetNoPartyIDs()

set

public void set(Account value)

get

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

getAccount

public Account getAccount()
                   throws FieldNotFound
Throws:
FieldNotFound

isSet

public boolean isSet(Account field)

isSetAccount

public boolean isSetAccount()

set

public void set(AccountType value)

get

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

getAccountType

public AccountType getAccountType()
                           throws FieldNotFound
Throws:
FieldNotFound

isSet

public boolean isSet(AccountType field)

isSetAccountType

public boolean isSetAccountType()

set

public void set(DefBidSize value)

get

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

getDefBidSize

public DefBidSize getDefBidSize()
                         throws FieldNotFound
Throws:
FieldNotFound

isSet

public boolean isSet(DefBidSize field)

isSetDefBidSize

public boolean isSetDefBidSize()

set

public void set(DefOfferSize value)

get

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

getDefOfferSize

public DefOfferSize getDefOfferSize()
                             throws FieldNotFound
Throws:
FieldNotFound

isSet

public boolean isSet(DefOfferSize field)

isSetDefOfferSize

public boolean isSetDefOfferSize()

set

public void set(NoQuoteSets value)

get

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

getNoQuoteSets

public NoQuoteSets getNoQuoteSets()
                           throws FieldNotFound
Throws:
FieldNotFound

isSet

public boolean isSet(NoQuoteSets field)

isSetNoQuoteSets

public boolean isSetNoQuoteSets()