quickfix.fix44
Class QuoteCancel

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

public class QuoteCancel
extends Message

See Also:
Serialized Form

Nested Class Summary
static class QuoteCancel.NoPartyIDs
           
static class QuoteCancel.NoQuoteEntries
           
 
Nested classes/interfaces inherited from class quickfix.fix44.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
 Account get(Account value)
           
 AccountType get(AccountType value)
           
 AcctIDSource get(AcctIDSource value)
           
 NoPartyIDs get(NoPartyIDs value)
           
 NoQuoteEntries get(NoQuoteEntries value)
           
 Parties get(Parties component)
           
 QuoteCancelType get(QuoteCancelType value)
           
 QuoteID get(QuoteID value)
           
 QuoteReqID get(QuoteReqID value)
           
 QuoteResponseLevel get(QuoteResponseLevel value)
           
 TradingSessionID get(TradingSessionID value)
           
 TradingSessionSubID get(TradingSessionSubID value)
           
 Account getAccount()
           
 AccountType getAccountType()
           
 AcctIDSource getAcctIDSource()
           
 NoPartyIDs getNoPartyIDs()
           
 NoQuoteEntries getNoQuoteEntries()
           
 Parties getParties()
           
 QuoteCancelType getQuoteCancelType()
           
 QuoteID getQuoteID()
           
 QuoteReqID getQuoteReqID()
           
 QuoteResponseLevel getQuoteResponseLevel()
           
 TradingSessionID getTradingSessionID()
           
 TradingSessionSubID getTradingSessionSubID()
           
 boolean isSet(Account field)
           
 boolean isSet(AccountType field)
           
 boolean isSet(AcctIDSource field)
           
 boolean isSet(NoPartyIDs field)
           
 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 isSet(TradingSessionSubID field)
           
 boolean isSetAccount()
           
 boolean isSetAccountType()
           
 boolean isSetAcctIDSource()
           
 boolean isSetNoPartyIDs()
           
 boolean isSetNoQuoteEntries()
           
 boolean isSetQuoteCancelType()
           
 boolean isSetQuoteID()
           
 boolean isSetQuoteReqID()
           
 boolean isSetQuoteResponseLevel()
           
 boolean isSetTradingSessionID()
           
 boolean isSetTradingSessionSubID()
           
 void set(Account value)
           
 void set(AccountType value)
           
 void set(AcctIDSource value)
           
 void set(NoPartyIDs value)
           
 void set(NoQuoteEntries value)
           
 void set(Parties component)
           
 void set(QuoteCancelType value)
           
 void set(QuoteID value)
           
 void set(QuoteReqID value)
           
 void set(QuoteResponseLevel value)
           
 void set(TradingSessionID value)
           
 void set(TradingSessionSubID value)
           
 
Methods inherited from class quickfix.fix44.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(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(AcctIDSource value)

get

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

getAcctIDSource

public AcctIDSource getAcctIDSource()
                             throws FieldNotFound
Throws:
FieldNotFound

isSet

public boolean isSet(AcctIDSource field)

isSetAcctIDSource

public boolean isSetAcctIDSource()

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

get

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

getTradingSessionSubID

public TradingSessionSubID getTradingSessionSubID()
                                           throws FieldNotFound
Throws:
FieldNotFound

isSet

public boolean isSet(TradingSessionSubID field)

isSetTradingSessionSubID

public boolean isSetTradingSessionSubID()

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