quickfix.fix50
Class SecurityTypes

java.lang.Object
  extended by quickfix.FieldMap
      extended by quickfix.Message
          extended by quickfix.fix50.Message
              extended by quickfix.fix50.SecurityTypes
All Implemented Interfaces:
java.io.Serializable

public class SecurityTypes
extends Message

See Also:
Serialized Form

Nested Class Summary
static class SecurityTypes.NoSecurityTypes
           
 
Nested classes/interfaces inherited from class quickfix.fix50.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
SecurityTypes()
           
SecurityTypes(SecurityReqID securityReqID, SecurityResponseID securityResponseID, SecurityResponseType securityResponseType)
           
 
Method Summary
 EncodedText get(EncodedText value)
           
 EncodedTextLen get(EncodedTextLen value)
           
 LastFragment get(LastFragment value)
           
 NoSecurityTypes get(NoSecurityTypes value)
           
 SecTypesGrp get(SecTypesGrp component)
           
 SecurityReqID get(SecurityReqID value)
           
 SecurityResponseID get(SecurityResponseID value)
           
 SecurityResponseType get(SecurityResponseType value)
           
 SubscriptionRequestType get(SubscriptionRequestType value)
           
 Text get(Text value)
           
 TotNoSecurityTypes get(TotNoSecurityTypes value)
           
 TradingSessionID get(TradingSessionID value)
           
 TradingSessionSubID get(TradingSessionSubID value)
           
 EncodedText getEncodedText()
           
 EncodedTextLen getEncodedTextLen()
           
 LastFragment getLastFragment()
           
 NoSecurityTypes getNoSecurityTypes()
           
 SecTypesGrp getSecTypesGrp()
           
 SecurityReqID getSecurityReqID()
           
 SecurityResponseID getSecurityResponseID()
           
 SecurityResponseType getSecurityResponseType()
           
 SubscriptionRequestType getSubscriptionRequestType()
           
 Text getText()
           
 TotNoSecurityTypes getTotNoSecurityTypes()
           
 TradingSessionID getTradingSessionID()
           
 TradingSessionSubID getTradingSessionSubID()
           
 boolean isSet(EncodedText field)
           
 boolean isSet(EncodedTextLen field)
           
 boolean isSet(LastFragment field)
           
 boolean isSet(NoSecurityTypes field)
           
 boolean isSet(SecurityReqID field)
           
 boolean isSet(SecurityResponseID field)
           
 boolean isSet(SecurityResponseType field)
           
 boolean isSet(SubscriptionRequestType field)
           
 boolean isSet(Text field)
           
 boolean isSet(TotNoSecurityTypes field)
           
 boolean isSet(TradingSessionID field)
           
 boolean isSet(TradingSessionSubID field)
           
 boolean isSetEncodedText()
           
 boolean isSetEncodedTextLen()
           
 boolean isSetLastFragment()
           
 boolean isSetNoSecurityTypes()
           
 boolean isSetSecurityReqID()
           
 boolean isSetSecurityResponseID()
           
 boolean isSetSecurityResponseType()
           
 boolean isSetSubscriptionRequestType()
           
 boolean isSetText()
           
 boolean isSetTotNoSecurityTypes()
           
 boolean isSetTradingSessionID()
           
 boolean isSetTradingSessionSubID()
           
 void set(EncodedText value)
           
 void set(EncodedTextLen value)
           
 void set(LastFragment value)
           
 void set(NoSecurityTypes value)
           
 void set(SecTypesGrp component)
           
 void set(SecurityReqID value)
           
 void set(SecurityResponseID value)
           
 void set(SecurityResponseType value)
           
 void set(SubscriptionRequestType value)
           
 void set(Text value)
           
 void set(TotNoSecurityTypes value)
           
 void set(TradingSessionID value)
           
 void set(TradingSessionSubID value)
           
 
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

SecurityTypes

public SecurityTypes()

SecurityTypes

public SecurityTypes(SecurityReqID securityReqID,
                     SecurityResponseID securityResponseID,
                     SecurityResponseType securityResponseType)
Method Detail

set

public void set(SecurityReqID value)

get

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

getSecurityReqID

public SecurityReqID getSecurityReqID()
                               throws FieldNotFound
Throws:
FieldNotFound

isSet

public boolean isSet(SecurityReqID field)

isSetSecurityReqID

public boolean isSetSecurityReqID()

set

public void set(SecurityResponseID value)

get

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

getSecurityResponseID

public SecurityResponseID getSecurityResponseID()
                                         throws FieldNotFound
Throws:
FieldNotFound

isSet

public boolean isSet(SecurityResponseID field)

isSetSecurityResponseID

public boolean isSetSecurityResponseID()

set

public void set(SecurityResponseType value)

get

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

getSecurityResponseType

public SecurityResponseType getSecurityResponseType()
                                             throws FieldNotFound
Throws:
FieldNotFound

isSet

public boolean isSet(SecurityResponseType field)

isSetSecurityResponseType

public boolean isSetSecurityResponseType()

set

public void set(TotNoSecurityTypes value)

get

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

getTotNoSecurityTypes

public TotNoSecurityTypes getTotNoSecurityTypes()
                                         throws FieldNotFound
Throws:
FieldNotFound

isSet

public boolean isSet(TotNoSecurityTypes field)

isSetTotNoSecurityTypes

public boolean isSetTotNoSecurityTypes()

set

public void set(LastFragment value)

get

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

getLastFragment

public LastFragment getLastFragment()
                             throws FieldNotFound
Throws:
FieldNotFound

isSet

public boolean isSet(LastFragment field)

isSetLastFragment

public boolean isSetLastFragment()

set

public void set(SecTypesGrp component)

get

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

getSecTypesGrp

public SecTypesGrp getSecTypesGrp()
                           throws FieldNotFound
Throws:
FieldNotFound

set

public void set(NoSecurityTypes value)

get

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

getNoSecurityTypes

public NoSecurityTypes getNoSecurityTypes()
                                   throws FieldNotFound
Throws:
FieldNotFound

isSet

public boolean isSet(NoSecurityTypes field)

isSetNoSecurityTypes

public boolean isSetNoSecurityTypes()

set

public void set(Text value)

get

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

getText

public Text getText()
             throws FieldNotFound
Throws:
FieldNotFound

isSet

public boolean isSet(Text field)

isSetText

public boolean isSetText()

set

public void set(EncodedTextLen value)

get

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

getEncodedTextLen

public EncodedTextLen getEncodedTextLen()
                                 throws FieldNotFound
Throws:
FieldNotFound

isSet

public boolean isSet(EncodedTextLen field)

isSetEncodedTextLen

public boolean isSetEncodedTextLen()

set

public void set(EncodedText value)

get

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

getEncodedText

public EncodedText getEncodedText()
                           throws FieldNotFound
Throws:
FieldNotFound

isSet

public boolean isSet(EncodedText field)

isSetEncodedText

public boolean isSetEncodedText()

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