quickfix.fix50
Class Email

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

public class Email
extends Message

See Also:
Serialized Form

Nested Class Summary
static class Email.NoLegs
           
static class Email.NoLinesOfText
           
static class Email.NoRelatedSym
           
static class Email.NoRoutingIDs
           
static class Email.NoUnderlyings
           
 
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
Email()
           
Email(EmailThreadID emailThreadID, EmailType emailType, Subject subject)
           
 
Method Summary
 ClOrdID get(ClOrdID value)
           
 EmailThreadID get(EmailThreadID value)
           
 EmailType get(EmailType value)
           
 EncodedSubject get(EncodedSubject value)
           
 EncodedSubjectLen get(EncodedSubjectLen value)
           
 InstrmtGrp get(InstrmtGrp component)
           
 InstrmtLegGrp get(InstrmtLegGrp component)
           
 LinesOfTextGrp get(LinesOfTextGrp component)
           
 NoLegs get(NoLegs value)
           
 NoLinesOfText get(NoLinesOfText value)
           
 NoRelatedSym get(NoRelatedSym value)
           
 NoRoutingIDs get(NoRoutingIDs value)
           
 NoUnderlyings get(NoUnderlyings value)
           
 OrderID get(OrderID value)
           
 OrigTime get(OrigTime value)
           
 RawData get(RawData value)
           
 RawDataLength get(RawDataLength value)
           
 RoutingGrp get(RoutingGrp component)
           
 Subject get(Subject value)
           
 UndInstrmtGrp get(UndInstrmtGrp component)
           
 ClOrdID getClOrdID()
           
 EmailThreadID getEmailThreadID()
           
 EmailType getEmailType()
           
 EncodedSubject getEncodedSubject()
           
 EncodedSubjectLen getEncodedSubjectLen()
           
 InstrmtGrp getInstrmtGrp()
           
 InstrmtLegGrp getInstrmtLegGrp()
           
 LinesOfTextGrp getLinesOfTextGrp()
           
 NoLegs getNoLegs()
           
 NoLinesOfText getNoLinesOfText()
           
 NoRelatedSym getNoRelatedSym()
           
 NoRoutingIDs getNoRoutingIDs()
           
 NoUnderlyings getNoUnderlyings()
           
 OrderID getOrderID()
           
 OrigTime getOrigTime()
           
 RawData getRawData()
           
 RawDataLength getRawDataLength()
           
 RoutingGrp getRoutingGrp()
           
 Subject getSubject()
           
 UndInstrmtGrp getUndInstrmtGrp()
           
 boolean isSet(ClOrdID field)
           
 boolean isSet(EmailThreadID field)
           
 boolean isSet(EmailType field)
           
 boolean isSet(EncodedSubject field)
           
 boolean isSet(EncodedSubjectLen field)
           
 boolean isSet(NoLegs field)
           
 boolean isSet(NoLinesOfText field)
           
 boolean isSet(NoRelatedSym field)
           
 boolean isSet(NoRoutingIDs field)
           
 boolean isSet(NoUnderlyings field)
           
 boolean isSet(OrderID field)
           
 boolean isSet(OrigTime field)
           
 boolean isSet(RawData field)
           
 boolean isSet(RawDataLength field)
           
 boolean isSet(Subject field)
           
 boolean isSetClOrdID()
           
 boolean isSetEmailThreadID()
           
 boolean isSetEmailType()
           
 boolean isSetEncodedSubject()
           
 boolean isSetEncodedSubjectLen()
           
 boolean isSetNoLegs()
           
 boolean isSetNoLinesOfText()
           
 boolean isSetNoRelatedSym()
           
 boolean isSetNoRoutingIDs()
           
 boolean isSetNoUnderlyings()
           
 boolean isSetOrderID()
           
 boolean isSetOrigTime()
           
 boolean isSetRawData()
           
 boolean isSetRawDataLength()
           
 boolean isSetSubject()
           
 void set(ClOrdID value)
           
 void set(EmailThreadID value)
           
 void set(EmailType value)
           
 void set(EncodedSubject value)
           
 void set(EncodedSubjectLen value)
           
 void set(InstrmtGrp component)
           
 void set(InstrmtLegGrp component)
           
 void set(LinesOfTextGrp component)
           
 void set(NoLegs value)
           
 void set(NoLinesOfText value)
           
 void set(NoRelatedSym value)
           
 void set(NoRoutingIDs value)
           
 void set(NoUnderlyings value)
           
 void set(OrderID value)
           
 void set(OrigTime value)
           
 void set(RawData value)
           
 void set(RawDataLength value)
           
 void set(RoutingGrp component)
           
 void set(Subject value)
           
 void set(UndInstrmtGrp 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

Email

public Email()

Email

public Email(EmailThreadID emailThreadID,
             EmailType emailType,
             Subject subject)
Method Detail

set

public void set(EmailThreadID value)

get

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

getEmailThreadID

public EmailThreadID getEmailThreadID()
                               throws FieldNotFound
Throws:
FieldNotFound

isSet

public boolean isSet(EmailThreadID field)

isSetEmailThreadID

public boolean isSetEmailThreadID()

set

public void set(EmailType value)

get

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

getEmailType

public EmailType getEmailType()
                       throws FieldNotFound
Throws:
FieldNotFound

isSet

public boolean isSet(EmailType field)

isSetEmailType

public boolean isSetEmailType()

set

public void set(OrigTime value)

get

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

getOrigTime

public OrigTime getOrigTime()
                     throws FieldNotFound
Throws:
FieldNotFound

isSet

public boolean isSet(OrigTime field)

isSetOrigTime

public boolean isSetOrigTime()

set

public void set(Subject value)

get

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

getSubject

public Subject getSubject()
                   throws FieldNotFound
Throws:
FieldNotFound

isSet

public boolean isSet(Subject field)

isSetSubject

public boolean isSetSubject()

set

public void set(EncodedSubjectLen value)

get

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

getEncodedSubjectLen

public EncodedSubjectLen getEncodedSubjectLen()
                                       throws FieldNotFound
Throws:
FieldNotFound

isSet

public boolean isSet(EncodedSubjectLen field)

isSetEncodedSubjectLen

public boolean isSetEncodedSubjectLen()

set

public void set(EncodedSubject value)

get

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

getEncodedSubject

public EncodedSubject getEncodedSubject()
                                 throws FieldNotFound
Throws:
FieldNotFound

isSet

public boolean isSet(EncodedSubject field)

isSetEncodedSubject

public boolean isSetEncodedSubject()

set

public void set(RoutingGrp component)

get

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

getRoutingGrp

public RoutingGrp getRoutingGrp()
                         throws FieldNotFound
Throws:
FieldNotFound

set

public void set(NoRoutingIDs value)

get

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

getNoRoutingIDs

public NoRoutingIDs getNoRoutingIDs()
                             throws FieldNotFound
Throws:
FieldNotFound

isSet

public boolean isSet(NoRoutingIDs field)

isSetNoRoutingIDs

public boolean isSetNoRoutingIDs()

set

public void set(InstrmtGrp component)

get

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

getInstrmtGrp

public InstrmtGrp getInstrmtGrp()
                         throws FieldNotFound
Throws:
FieldNotFound

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

get

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

getUndInstrmtGrp

public UndInstrmtGrp getUndInstrmtGrp()
                               throws FieldNotFound
Throws:
FieldNotFound

set

public void set(NoUnderlyings value)

get

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

getNoUnderlyings

public NoUnderlyings getNoUnderlyings()
                               throws FieldNotFound
Throws:
FieldNotFound

isSet

public boolean isSet(NoUnderlyings field)

isSetNoUnderlyings

public boolean isSetNoUnderlyings()

set

public void set(InstrmtLegGrp component)

get

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

getInstrmtLegGrp

public InstrmtLegGrp getInstrmtLegGrp()
                               throws FieldNotFound
Throws:
FieldNotFound

set

public void set(NoLegs value)

get

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

getNoLegs

public NoLegs getNoLegs()
                 throws FieldNotFound
Throws:
FieldNotFound

isSet

public boolean isSet(NoLegs field)

isSetNoLegs

public boolean isSetNoLegs()

set

public void set(OrderID value)

get

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

getOrderID

public OrderID getOrderID()
                   throws FieldNotFound
Throws:
FieldNotFound

isSet

public boolean isSet(OrderID field)

isSetOrderID

public boolean isSetOrderID()

set

public void set(ClOrdID value)

get

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

getClOrdID

public ClOrdID getClOrdID()
                   throws FieldNotFound
Throws:
FieldNotFound

isSet

public boolean isSet(ClOrdID field)

isSetClOrdID

public boolean isSetClOrdID()

set

public void set(LinesOfTextGrp component)

get

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

getLinesOfTextGrp

public LinesOfTextGrp getLinesOfTextGrp()
                                 throws FieldNotFound
Throws:
FieldNotFound

set

public void set(NoLinesOfText value)

get

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

getNoLinesOfText

public NoLinesOfText getNoLinesOfText()
                               throws FieldNotFound
Throws:
FieldNotFound

isSet

public boolean isSet(NoLinesOfText field)

isSetNoLinesOfText

public boolean isSetNoLinesOfText()

set

public void set(RawDataLength value)

get

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

getRawDataLength

public RawDataLength getRawDataLength()
                               throws FieldNotFound
Throws:
FieldNotFound

isSet

public boolean isSet(RawDataLength field)

isSetRawDataLength

public boolean isSetRawDataLength()

set

public void set(RawData value)

get

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

getRawData

public RawData getRawData()
                   throws FieldNotFound
Throws:
FieldNotFound

isSet

public boolean isSet(RawData field)

isSetRawData

public boolean isSetRawData()