quickfix.fix43
Class MarketDataRequest

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

public class MarketDataRequest
extends Message

See Also:
Serialized Form

Nested Class Summary
static class MarketDataRequest.NoMDEntryTypes
           
static class MarketDataRequest.NoRelatedSym
           
static class MarketDataRequest.NoTradingSessions
           
 
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
MarketDataRequest()
           
MarketDataRequest(MDReqID mDReqID, SubscriptionRequestType subscriptionRequestType, MarketDepth marketDepth)
           
 
Method Summary
 AggregatedBook get(AggregatedBook value)
           
 MarketDepth get(MarketDepth value)
           
 MDImplicitDelete get(MDImplicitDelete value)
           
 MDReqID get(MDReqID value)
           
 MDUpdateType get(MDUpdateType value)
           
 NoMDEntryTypes get(NoMDEntryTypes value)
           
 NoRelatedSym get(NoRelatedSym value)
           
 NoTradingSessions get(NoTradingSessions value)
           
 OpenCloseSettleFlag get(OpenCloseSettleFlag value)
           
 Scope get(Scope value)
           
 SubscriptionRequestType get(SubscriptionRequestType value)
           
 AggregatedBook getAggregatedBook()
           
 MarketDepth getMarketDepth()
           
 MDImplicitDelete getMDImplicitDelete()
           
 MDReqID getMDReqID()
           
 MDUpdateType getMDUpdateType()
           
 NoMDEntryTypes getNoMDEntryTypes()
           
 NoRelatedSym getNoRelatedSym()
           
 NoTradingSessions getNoTradingSessions()
           
 OpenCloseSettleFlag getOpenCloseSettleFlag()
           
 Scope getScope()
           
 SubscriptionRequestType getSubscriptionRequestType()
           
 boolean isSet(AggregatedBook field)
           
 boolean isSet(MarketDepth field)
           
 boolean isSet(MDImplicitDelete field)
           
 boolean isSet(MDReqID field)
           
 boolean isSet(MDUpdateType field)
           
 boolean isSet(NoMDEntryTypes field)
           
 boolean isSet(NoRelatedSym field)
           
 boolean isSet(NoTradingSessions field)
           
 boolean isSet(OpenCloseSettleFlag field)
           
 boolean isSet(Scope field)
           
 boolean isSet(SubscriptionRequestType field)
           
 boolean isSetAggregatedBook()
           
 boolean isSetMarketDepth()
           
 boolean isSetMDImplicitDelete()
           
 boolean isSetMDReqID()
           
 boolean isSetMDUpdateType()
           
 boolean isSetNoMDEntryTypes()
           
 boolean isSetNoRelatedSym()
           
 boolean isSetNoTradingSessions()
           
 boolean isSetOpenCloseSettleFlag()
           
 boolean isSetScope()
           
 boolean isSetSubscriptionRequestType()
           
 void set(AggregatedBook value)
           
 void set(MarketDepth value)
           
 void set(MDImplicitDelete value)
           
 void set(MDReqID value)
           
 void set(MDUpdateType value)
           
 void set(NoMDEntryTypes value)
           
 void set(NoRelatedSym value)
           
 void set(NoTradingSessions value)
           
 void set(OpenCloseSettleFlag value)
           
 void set(Scope value)
           
 void set(SubscriptionRequestType 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

MarketDataRequest

public MarketDataRequest()

MarketDataRequest

public MarketDataRequest(MDReqID mDReqID,
                         SubscriptionRequestType subscriptionRequestType,
                         MarketDepth marketDepth)
Method Detail

set

public void set(MDReqID value)

get

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

getMDReqID

public MDReqID getMDReqID()
                   throws FieldNotFound
Throws:
FieldNotFound

isSet

public boolean isSet(MDReqID field)

isSetMDReqID

public boolean isSetMDReqID()

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

set

public void set(MarketDepth value)

get

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

getMarketDepth

public MarketDepth getMarketDepth()
                           throws FieldNotFound
Throws:
FieldNotFound

isSet

public boolean isSet(MarketDepth field)

isSetMarketDepth

public boolean isSetMarketDepth()

set

public void set(MDUpdateType value)

get

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

getMDUpdateType

public MDUpdateType getMDUpdateType()
                             throws FieldNotFound
Throws:
FieldNotFound

isSet

public boolean isSet(MDUpdateType field)

isSetMDUpdateType

public boolean isSetMDUpdateType()

set

public void set(AggregatedBook value)

get

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

getAggregatedBook

public AggregatedBook getAggregatedBook()
                                 throws FieldNotFound
Throws:
FieldNotFound

isSet

public boolean isSet(AggregatedBook field)

isSetAggregatedBook

public boolean isSetAggregatedBook()

set

public void set(OpenCloseSettleFlag value)

get

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

getOpenCloseSettleFlag

public OpenCloseSettleFlag getOpenCloseSettleFlag()
                                           throws FieldNotFound
Throws:
FieldNotFound

isSet

public boolean isSet(OpenCloseSettleFlag field)

isSetOpenCloseSettleFlag

public boolean isSetOpenCloseSettleFlag()

set

public void set(Scope value)

get

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

getScope

public Scope getScope()
               throws FieldNotFound
Throws:
FieldNotFound

isSet

public boolean isSet(Scope field)

isSetScope

public boolean isSetScope()

set

public void set(MDImplicitDelete value)

get

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

getMDImplicitDelete

public MDImplicitDelete getMDImplicitDelete()
                                     throws FieldNotFound
Throws:
FieldNotFound

isSet

public boolean isSet(MDImplicitDelete field)

isSetMDImplicitDelete

public boolean isSetMDImplicitDelete()

set

public void set(NoMDEntryTypes value)

get

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

getNoMDEntryTypes

public NoMDEntryTypes getNoMDEntryTypes()
                                 throws FieldNotFound
Throws:
FieldNotFound

isSet

public boolean isSet(NoMDEntryTypes field)

isSetNoMDEntryTypes

public boolean isSetNoMDEntryTypes()

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

get

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

getNoTradingSessions

public NoTradingSessions getNoTradingSessions()
                                       throws FieldNotFound
Throws:
FieldNotFound

isSet

public boolean isSet(NoTradingSessions field)

isSetNoTradingSessions

public boolean isSetNoTradingSessions()