quickfix.fix42
Class QuoteCancel

java.lang.Object
  extended by quickfix.FieldMap
      extended by quickfix.Message
          extended by quickfix.fix42.Message
              extended by quickfix.fix42.QuoteCancel
All Implemented Interfaces:
java.io.Serializable

public class QuoteCancel
extends Message

See Also:
Serialized Form

Nested Class Summary
static class QuoteCancel.NoQuoteEntries
           
 
Nested classes/interfaces inherited from class quickfix.fix42.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
QuoteCancel()
           
QuoteCancel(QuoteID quoteID, QuoteCancelType quoteCancelType)
           
 
Method Summary
 NoQuoteEntries get(NoQuoteEntries value)
           
 QuoteCancelType get(QuoteCancelType value)
           
 QuoteID get(QuoteID value)
           
 QuoteReqID get(QuoteReqID value)
           
 QuoteResponseLevel get(QuoteResponseLevel value)
           
 TradingSessionID get(TradingSessionID value)
           
 NoQuoteEntries getNoQuoteEntries()
           
 QuoteCancelType getQuoteCancelType()
           
 QuoteID getQuoteID()
           
 QuoteReqID getQuoteReqID()
           
 QuoteResponseLevel getQuoteResponseLevel()
           
 TradingSessionID getTradingSessionID()
           
 boolean isSet(NoQuoteEntries field)
           
 boolean isSet(QuoteCancelType field)
           
 boolean isSet(QuoteID field)
           
 boolean isSet(QuoteReqID field)
           
 boolean isSet(QuoteResponseLevel field)
           
 boolean isSet(TradingSessionID field)
           
 boolean isSetNoQuoteEntries()
           
 boolean isSetQuoteCancelType()
           
 boolean isSetQuoteID()
           
 boolean isSetQuoteReqID()
           
 boolean isSetQuoteResponseLevel()
           
 boolean isSetTradingSessionID()
           
 void set(NoQuoteEntries value)
           
 void set(QuoteCancelType value)
           
 void set(QuoteID value)
           
 void set(QuoteReqID value)
           
 void set(QuoteResponseLevel value)
           
 void set(TradingSessionID value)
           
 
Methods inherited from class quickfix.fix42.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

QuoteCancel

public QuoteCancel()

QuoteCancel

public QuoteCancel(QuoteID quoteID,
                   QuoteCancelType quoteCancelType)
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(QuoteCancelType value)

get

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

getQuoteCancelType

public QuoteCancelType getQuoteCancelType()
                                   throws FieldNotFound
Throws:
FieldNotFound

isSet

public boolean isSet(QuoteCancelType field)

isSetQuoteCancelType

public boolean isSetQuoteCancelType()

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

get

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

getTradingSessionID

public TradingSessionID getTradingSessionID()
                                     throws FieldNotFound
Throws:
FieldNotFound

isSet

public boolean isSet(TradingSessionID field)

isSetTradingSessionID

public boolean isSetTradingSessionID()

set

public void set(NoQuoteEntries value)

get

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

getNoQuoteEntries

public NoQuoteEntries getNoQuoteEntries()
                                 throws FieldNotFound
Throws:
FieldNotFound

isSet

public boolean isSet(NoQuoteEntries field)

isSetNoQuoteEntries

public boolean isSetNoQuoteEntries()