quickfix.fix50
Class SettlementInstructions

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

public class SettlementInstructions
extends Message

See Also:
Serialized Form

Nested Class Summary
static class SettlementInstructions.NoSettlInst
           
 
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
SettlementInstructions()
           
SettlementInstructions(SettlInstMsgID settlInstMsgID, SettlInstMode settlInstMode, TransactTime transactTime)
           
 
Method Summary
 ClOrdID get(ClOrdID value)
           
 EncodedText get(EncodedText value)
           
 EncodedTextLen get(EncodedTextLen value)
           
 NoSettlInst get(NoSettlInst value)
           
 SettlInstGrp get(SettlInstGrp component)
           
 SettlInstMode get(SettlInstMode value)
           
 SettlInstMsgID get(SettlInstMsgID value)
           
 SettlInstReqID get(SettlInstReqID value)
           
 SettlInstReqRejCode get(SettlInstReqRejCode value)
           
 Text get(Text value)
           
 TransactTime get(TransactTime value)
           
 ClOrdID getClOrdID()
           
 EncodedText getEncodedText()
           
 EncodedTextLen getEncodedTextLen()
           
 NoSettlInst getNoSettlInst()
           
 SettlInstGrp getSettlInstGrp()
           
 SettlInstMode getSettlInstMode()
           
 SettlInstMsgID getSettlInstMsgID()
           
 SettlInstReqID getSettlInstReqID()
           
 SettlInstReqRejCode getSettlInstReqRejCode()
           
 Text getText()
           
 TransactTime getTransactTime()
           
 boolean isSet(ClOrdID field)
           
 boolean isSet(EncodedText field)
           
 boolean isSet(EncodedTextLen field)
           
 boolean isSet(NoSettlInst field)
           
 boolean isSet(SettlInstMode field)
           
 boolean isSet(SettlInstMsgID field)
           
 boolean isSet(SettlInstReqID field)
           
 boolean isSet(SettlInstReqRejCode field)
           
 boolean isSet(Text field)
           
 boolean isSet(TransactTime field)
           
 boolean isSetClOrdID()
           
 boolean isSetEncodedText()
           
 boolean isSetEncodedTextLen()
           
 boolean isSetNoSettlInst()
           
 boolean isSetSettlInstMode()
           
 boolean isSetSettlInstMsgID()
           
 boolean isSetSettlInstReqID()
           
 boolean isSetSettlInstReqRejCode()
           
 boolean isSetText()
           
 boolean isSetTransactTime()
           
 void set(ClOrdID value)
           
 void set(EncodedText value)
           
 void set(EncodedTextLen value)
           
 void set(NoSettlInst value)
           
 void set(SettlInstGrp component)
           
 void set(SettlInstMode value)
           
 void set(SettlInstMsgID value)
           
 void set(SettlInstReqID value)
           
 void set(SettlInstReqRejCode value)
           
 void set(Text value)
           
 void set(TransactTime 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

SettlementInstructions

public SettlementInstructions()

SettlementInstructions

public SettlementInstructions(SettlInstMsgID settlInstMsgID,
                              SettlInstMode settlInstMode,
                              TransactTime transactTime)
Method Detail

set

public void set(SettlInstMsgID value)

get

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

getSettlInstMsgID

public SettlInstMsgID getSettlInstMsgID()
                                 throws FieldNotFound
Throws:
FieldNotFound

isSet

public boolean isSet(SettlInstMsgID field)

isSetSettlInstMsgID

public boolean isSetSettlInstMsgID()

set

public void set(SettlInstReqID value)

get

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

getSettlInstReqID

public SettlInstReqID getSettlInstReqID()
                                 throws FieldNotFound
Throws:
FieldNotFound

isSet

public boolean isSet(SettlInstReqID field)

isSetSettlInstReqID

public boolean isSetSettlInstReqID()

set

public void set(SettlInstMode value)

get

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

getSettlInstMode

public SettlInstMode getSettlInstMode()
                               throws FieldNotFound
Throws:
FieldNotFound

isSet

public boolean isSet(SettlInstMode field)

isSetSettlInstMode

public boolean isSetSettlInstMode()

set

public void set(SettlInstReqRejCode value)

get

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

getSettlInstReqRejCode

public SettlInstReqRejCode getSettlInstReqRejCode()
                                           throws FieldNotFound
Throws:
FieldNotFound

isSet

public boolean isSet(SettlInstReqRejCode field)

isSetSettlInstReqRejCode

public boolean isSetSettlInstReqRejCode()

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

get

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

getTransactTime

public TransactTime getTransactTime()
                             throws FieldNotFound
Throws:
FieldNotFound

isSet

public boolean isSet(TransactTime field)

isSetTransactTime

public boolean isSetTransactTime()

set

public void set(SettlInstGrp component)

get

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

getSettlInstGrp

public SettlInstGrp getSettlInstGrp()
                             throws FieldNotFound
Throws:
FieldNotFound

set

public void set(NoSettlInst value)

get

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

getNoSettlInst

public NoSettlInst getNoSettlInst()
                           throws FieldNotFound
Throws:
FieldNotFound

isSet

public boolean isSet(NoSettlInst field)

isSetNoSettlInst

public boolean isSetNoSettlInst()