quickfix.fix50
Class TradingSessionList

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

public class TradingSessionList
extends Message

See Also:
Serialized Form

Nested Class Summary
static class TradingSessionList.NoTradingSessions
           
 
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
TradingSessionList()
           
 
Method Summary
 NoTradingSessions get(NoTradingSessions value)
           
 TradSesReqID get(TradSesReqID value)
           
 TrdSessLstGrp get(TrdSessLstGrp component)
           
 NoTradingSessions getNoTradingSessions()
           
 TradSesReqID getTradSesReqID()
           
 TrdSessLstGrp getTrdSessLstGrp()
           
 boolean isSet(NoTradingSessions field)
           
 boolean isSet(TradSesReqID field)
           
 boolean isSetNoTradingSessions()
           
 boolean isSetTradSesReqID()
           
 void set(NoTradingSessions value)
           
 void set(TradSesReqID value)
           
 void set(TrdSessLstGrp component)
           
 
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

TradingSessionList

public TradingSessionList()
Method Detail

set

public void set(TradSesReqID value)

get

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

getTradSesReqID

public TradSesReqID getTradSesReqID()
                             throws FieldNotFound
Throws:
FieldNotFound

isSet

public boolean isSet(TradSesReqID field)

isSetTradSesReqID

public boolean isSetTradSesReqID()

set

public void set(TrdSessLstGrp component)

get

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

getTrdSessLstGrp

public TrdSessLstGrp getTrdSessLstGrp()
                               throws FieldNotFound
Throws:
FieldNotFound

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