quickfix.fix40
Class Quote

java.lang.Object
  extended by quickfix.FieldMap
      extended by quickfix.Message
          extended by quickfix.fix40.Message
              extended by quickfix.fix40.Quote
All Implemented Interfaces:
java.io.Serializable

public class Quote
extends Message

See Also:
Serialized Form

Nested Class Summary
 
Nested classes/interfaces inherited from class quickfix.fix40.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
Quote()
           
Quote(QuoteID quoteID, Symbol symbol, BidPx bidPx)
           
 
Method Summary
 BidPx get(BidPx value)
           
 BidSize get(BidSize value)
           
 IDSource get(IDSource value)
           
 Issuer get(Issuer value)
           
 OfferPx get(OfferPx value)
           
 OfferSize get(OfferSize value)
           
 QuoteID get(QuoteID value)
           
 QuoteReqID get(QuoteReqID value)
           
 SecurityDesc get(SecurityDesc value)
           
 SecurityID get(SecurityID value)
           
 Symbol get(Symbol value)
           
 SymbolSfx get(SymbolSfx value)
           
 ValidUntilTime get(ValidUntilTime value)
           
 BidPx getBidPx()
           
 BidSize getBidSize()
           
 IDSource getIDSource()
           
 Issuer getIssuer()
           
 OfferPx getOfferPx()
           
 OfferSize getOfferSize()
           
 QuoteID getQuoteID()
           
 QuoteReqID getQuoteReqID()
           
 SecurityDesc getSecurityDesc()
           
 SecurityID getSecurityID()
           
 Symbol getSymbol()
           
 SymbolSfx getSymbolSfx()
           
 ValidUntilTime getValidUntilTime()
           
 boolean isSet(BidPx field)
           
 boolean isSet(BidSize field)
           
 boolean isSet(IDSource field)
           
 boolean isSet(Issuer field)
           
 boolean isSet(OfferPx field)
           
 boolean isSet(OfferSize field)
           
 boolean isSet(QuoteID field)
           
 boolean isSet(QuoteReqID field)
           
 boolean isSet(SecurityDesc field)
           
 boolean isSet(SecurityID field)
           
 boolean isSet(Symbol field)
           
 boolean isSet(SymbolSfx field)
           
 boolean isSet(ValidUntilTime field)
           
 boolean isSetBidPx()
           
 boolean isSetBidSize()
           
 boolean isSetIDSource()
           
 boolean isSetIssuer()
           
 boolean isSetOfferPx()
           
 boolean isSetOfferSize()
           
 boolean isSetQuoteID()
           
 boolean isSetQuoteReqID()
           
 boolean isSetSecurityDesc()
           
 boolean isSetSecurityID()
           
 boolean isSetSymbol()
           
 boolean isSetSymbolSfx()
           
 boolean isSetValidUntilTime()
           
 void set(BidPx value)
           
 void set(BidSize value)
           
 void set(IDSource value)
           
 void set(Issuer value)
           
 void set(OfferPx value)
           
 void set(OfferSize value)
           
 void set(QuoteID value)
           
 void set(QuoteReqID value)
           
 void set(SecurityDesc value)
           
 void set(SecurityID value)
           
 void set(Symbol value)
           
 void set(SymbolSfx value)
           
 void set(ValidUntilTime value)
           
 
Methods inherited from class quickfix.fix40.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

Quote

public Quote()

Quote

public Quote(QuoteID quoteID,
             Symbol symbol,
             BidPx bidPx)
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(Symbol value)

get

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

getSymbol

public Symbol getSymbol()
                 throws FieldNotFound
Throws:
FieldNotFound

isSet

public boolean isSet(Symbol field)

isSetSymbol

public boolean isSetSymbol()

set

public void set(SymbolSfx value)

get

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

getSymbolSfx

public SymbolSfx getSymbolSfx()
                       throws FieldNotFound
Throws:
FieldNotFound

isSet

public boolean isSet(SymbolSfx field)

isSetSymbolSfx

public boolean isSetSymbolSfx()

set

public void set(SecurityID value)

get

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

getSecurityID

public SecurityID getSecurityID()
                         throws FieldNotFound
Throws:
FieldNotFound

isSet

public boolean isSet(SecurityID field)

isSetSecurityID

public boolean isSetSecurityID()

set

public void set(IDSource value)

get

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

getIDSource

public IDSource getIDSource()
                     throws FieldNotFound
Throws:
FieldNotFound

isSet

public boolean isSet(IDSource field)

isSetIDSource

public boolean isSetIDSource()

set

public void set(Issuer value)

get

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

getIssuer

public Issuer getIssuer()
                 throws FieldNotFound
Throws:
FieldNotFound

isSet

public boolean isSet(Issuer field)

isSetIssuer

public boolean isSetIssuer()

set

public void set(SecurityDesc value)

get

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

getSecurityDesc

public SecurityDesc getSecurityDesc()
                             throws FieldNotFound
Throws:
FieldNotFound

isSet

public boolean isSet(SecurityDesc field)

isSetSecurityDesc

public boolean isSetSecurityDesc()

set

public void set(BidPx value)

get

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

getBidPx

public BidPx getBidPx()
               throws FieldNotFound
Throws:
FieldNotFound

isSet

public boolean isSet(BidPx field)

isSetBidPx

public boolean isSetBidPx()

set

public void set(OfferPx value)

get

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

getOfferPx

public OfferPx getOfferPx()
                   throws FieldNotFound
Throws:
FieldNotFound

isSet

public boolean isSet(OfferPx field)

isSetOfferPx

public boolean isSetOfferPx()

set

public void set(BidSize value)

get

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

getBidSize

public BidSize getBidSize()
                   throws FieldNotFound
Throws:
FieldNotFound

isSet

public boolean isSet(BidSize field)

isSetBidSize

public boolean isSetBidSize()

set

public void set(OfferSize value)

get

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

getOfferSize

public OfferSize getOfferSize()
                       throws FieldNotFound
Throws:
FieldNotFound

isSet

public boolean isSet(OfferSize field)

isSetOfferSize

public boolean isSetOfferSize()

set

public void set(ValidUntilTime value)

get

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

getValidUntilTime

public ValidUntilTime getValidUntilTime()
                                 throws FieldNotFound
Throws:
FieldNotFound

isSet

public boolean isSet(ValidUntilTime field)

isSetValidUntilTime

public boolean isSetValidUntilTime()