quickfix.fix40
Class Email

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

public class Email
extends Message

See Also:
Serialized Form

Nested Class Summary
static class Email.LinesOfText
           
 
Nested classes/interfaces inherited from class quickfix.fix40.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(EmailType emailType)
           
 
Method Summary
 ClOrdID get(ClOrdID value)
           
 EmailType get(EmailType value)
           
 LinesOfText get(LinesOfText value)
           
 OrderID get(OrderID value)
           
 OrigTime get(OrigTime value)
           
 RawData get(RawData value)
           
 RawDataLength get(RawDataLength value)
           
 RelatdSym get(RelatdSym value)
           
 ClOrdID getClOrdID()
           
 EmailType getEmailType()
           
 LinesOfText getLinesOfText()
           
 OrderID getOrderID()
           
 OrigTime getOrigTime()
           
 RawData getRawData()
           
 RawDataLength getRawDataLength()
           
 RelatdSym getRelatdSym()
           
 boolean isSet(ClOrdID field)
           
 boolean isSet(EmailType field)
           
 boolean isSet(LinesOfText field)
           
 boolean isSet(OrderID field)
           
 boolean isSet(OrigTime field)
           
 boolean isSet(RawData field)
           
 boolean isSet(RawDataLength field)
           
 boolean isSet(RelatdSym field)
           
 boolean isSetClOrdID()
           
 boolean isSetEmailType()
           
 boolean isSetLinesOfText()
           
 boolean isSetOrderID()
           
 boolean isSetOrigTime()
           
 boolean isSetRawData()
           
 boolean isSetRawDataLength()
           
 boolean isSetRelatdSym()
           
 void set(ClOrdID value)
           
 void set(EmailType value)
           
 void set(LinesOfText value)
           
 void set(OrderID value)
           
 void set(OrigTime value)
           
 void set(RawData value)
           
 void set(RawDataLength value)
           
 void set(RelatdSym value)
           
 
Methods inherited from class quickfix.fix40.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

Email

public Email()

Email

public Email(EmailType emailType)
Method Detail

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

get

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

getRelatdSym

public RelatdSym getRelatdSym()
                       throws FieldNotFound
Throws:
FieldNotFound

isSet

public boolean isSet(RelatdSym field)

isSetRelatdSym

public boolean isSetRelatdSym()

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

get

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

getLinesOfText

public LinesOfText getLinesOfText()
                           throws FieldNotFound
Throws:
FieldNotFound

isSet

public boolean isSet(LinesOfText field)

isSetLinesOfText

public boolean isSetLinesOfText()

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