quickfix.fix50
Class SettlementInstructionRequest

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

public class SettlementInstructionRequest
extends Message

See Also:
Serialized Form

Nested Class Summary
static class SettlementInstructionRequest.NoPartyIDs
           
 
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
SettlementInstructionRequest()
           
SettlementInstructionRequest(SettlInstReqID settlInstReqID, TransactTime transactTime)
           
 
Method Summary
 AllocAccount get(AllocAccount value)
           
 AllocAcctIDSource get(AllocAcctIDSource value)
           
 CFICode get(CFICode value)
           
 EffectiveTime get(EffectiveTime value)
           
 ExpireTime get(ExpireTime value)
           
 LastUpdateTime get(LastUpdateTime value)
           
 NoPartyIDs get(NoPartyIDs value)
           
 Parties get(Parties component)
           
 Product get(Product value)
           
 SecurityType get(SecurityType value)
           
 SettlCurrency get(SettlCurrency value)
           
 SettlInstReqID get(SettlInstReqID value)
           
 Side get(Side value)
           
 StandInstDbID get(StandInstDbID value)
           
 StandInstDbName get(StandInstDbName value)
           
 StandInstDbType get(StandInstDbType value)
           
 TransactTime get(TransactTime value)
           
 AllocAccount getAllocAccount()
           
 AllocAcctIDSource getAllocAcctIDSource()
           
 CFICode getCFICode()
           
 EffectiveTime getEffectiveTime()
           
 ExpireTime getExpireTime()
           
 LastUpdateTime getLastUpdateTime()
           
 NoPartyIDs getNoPartyIDs()
           
 Parties getParties()
           
 Product getProduct()
           
 SecurityType getSecurityType()
           
 SettlCurrency getSettlCurrency()
           
 SettlInstReqID getSettlInstReqID()
           
 Side getSide()
           
 StandInstDbID getStandInstDbID()
           
 StandInstDbName getStandInstDbName()
           
 StandInstDbType getStandInstDbType()
           
 TransactTime getTransactTime()
           
 boolean isSet(AllocAccount field)
           
 boolean isSet(AllocAcctIDSource field)
           
 boolean isSet(CFICode field)
           
 boolean isSet(EffectiveTime field)
           
 boolean isSet(ExpireTime field)
           
 boolean isSet(LastUpdateTime field)
           
 boolean isSet(NoPartyIDs field)
           
 boolean isSet(Product field)
           
 boolean isSet(SecurityType field)
           
 boolean isSet(SettlCurrency field)
           
 boolean isSet(SettlInstReqID field)
           
 boolean isSet(Side field)
           
 boolean isSet(StandInstDbID field)
           
 boolean isSet(StandInstDbName field)
           
 boolean isSet(StandInstDbType field)
           
 boolean isSet(TransactTime field)
           
 boolean isSetAllocAccount()
           
 boolean isSetAllocAcctIDSource()
           
 boolean isSetCFICode()
           
 boolean isSetEffectiveTime()
           
 boolean isSetExpireTime()
           
 boolean isSetLastUpdateTime()
           
 boolean isSetNoPartyIDs()
           
 boolean isSetProduct()
           
 boolean isSetSecurityType()
           
 boolean isSetSettlCurrency()
           
 boolean isSetSettlInstReqID()
           
 boolean isSetSide()
           
 boolean isSetStandInstDbID()
           
 boolean isSetStandInstDbName()
           
 boolean isSetStandInstDbType()
           
 boolean isSetTransactTime()
           
 void set(AllocAccount value)
           
 void set(AllocAcctIDSource value)
           
 void set(CFICode value)
           
 void set(EffectiveTime value)
           
 void set(ExpireTime value)
           
 void set(LastUpdateTime value)
           
 void set(NoPartyIDs value)
           
 void set(Parties component)
           
 void set(Product value)
           
 void set(SecurityType value)
           
 void set(SettlCurrency value)
           
 void set(SettlInstReqID value)
           
 void set(Side value)
           
 void set(StandInstDbID value)
           
 void set(StandInstDbName value)
           
 void set(StandInstDbType 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

SettlementInstructionRequest

public SettlementInstructionRequest()

SettlementInstructionRequest

public SettlementInstructionRequest(SettlInstReqID settlInstReqID,
                                    TransactTime transactTime)
Method Detail

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

get

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

getParties

public Parties getParties()
                   throws FieldNotFound
Throws:
FieldNotFound

set

public void set(NoPartyIDs value)

get

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

getNoPartyIDs

public NoPartyIDs getNoPartyIDs()
                         throws FieldNotFound
Throws:
FieldNotFound

isSet

public boolean isSet(NoPartyIDs field)

isSetNoPartyIDs

public boolean isSetNoPartyIDs()

set

public void set(AllocAccount value)

get

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

getAllocAccount

public AllocAccount getAllocAccount()
                             throws FieldNotFound
Throws:
FieldNotFound

isSet

public boolean isSet(AllocAccount field)

isSetAllocAccount

public boolean isSetAllocAccount()

set

public void set(AllocAcctIDSource value)

get

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

getAllocAcctIDSource

public AllocAcctIDSource getAllocAcctIDSource()
                                       throws FieldNotFound
Throws:
FieldNotFound

isSet

public boolean isSet(AllocAcctIDSource field)

isSetAllocAcctIDSource

public boolean isSetAllocAcctIDSource()

set

public void set(Side value)

get

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

getSide

public Side getSide()
             throws FieldNotFound
Throws:
FieldNotFound

isSet

public boolean isSet(Side field)

isSetSide

public boolean isSetSide()

set

public void set(Product value)

get

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

getProduct

public Product getProduct()
                   throws FieldNotFound
Throws:
FieldNotFound

isSet

public boolean isSet(Product field)

isSetProduct

public boolean isSetProduct()

set

public void set(SecurityType value)

get

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

getSecurityType

public SecurityType getSecurityType()
                             throws FieldNotFound
Throws:
FieldNotFound

isSet

public boolean isSet(SecurityType field)

isSetSecurityType

public boolean isSetSecurityType()

set

public void set(CFICode value)

get

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

getCFICode

public CFICode getCFICode()
                   throws FieldNotFound
Throws:
FieldNotFound

isSet

public boolean isSet(CFICode field)

isSetCFICode

public boolean isSetCFICode()

set

public void set(EffectiveTime value)

get

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

getEffectiveTime

public EffectiveTime getEffectiveTime()
                               throws FieldNotFound
Throws:
FieldNotFound

isSet

public boolean isSet(EffectiveTime field)

isSetEffectiveTime

public boolean isSetEffectiveTime()

set

public void set(ExpireTime value)

get

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

getExpireTime

public ExpireTime getExpireTime()
                         throws FieldNotFound
Throws:
FieldNotFound

isSet

public boolean isSet(ExpireTime field)

isSetExpireTime

public boolean isSetExpireTime()

set

public void set(LastUpdateTime value)

get

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

getLastUpdateTime

public LastUpdateTime getLastUpdateTime()
                                 throws FieldNotFound
Throws:
FieldNotFound

isSet

public boolean isSet(LastUpdateTime field)

isSetLastUpdateTime

public boolean isSetLastUpdateTime()

set

public void set(StandInstDbType value)

get

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

getStandInstDbType

public StandInstDbType getStandInstDbType()
                                   throws FieldNotFound
Throws:
FieldNotFound

isSet

public boolean isSet(StandInstDbType field)

isSetStandInstDbType

public boolean isSetStandInstDbType()

set

public void set(StandInstDbName value)

get

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

getStandInstDbName

public StandInstDbName getStandInstDbName()
                                   throws FieldNotFound
Throws:
FieldNotFound

isSet

public boolean isSet(StandInstDbName field)

isSetStandInstDbName

public boolean isSetStandInstDbName()

set

public void set(StandInstDbID value)

get

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

getStandInstDbID

public StandInstDbID getStandInstDbID()
                               throws FieldNotFound
Throws:
FieldNotFound

isSet

public boolean isSet(StandInstDbID field)

isSetStandInstDbID

public boolean isSetStandInstDbID()

set

public void set(SettlCurrency value)

get

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

getSettlCurrency

public SettlCurrency getSettlCurrency()
                               throws FieldNotFound
Throws:
FieldNotFound

isSet

public boolean isSet(SettlCurrency field)

isSetSettlCurrency

public boolean isSetSettlCurrency()