Class SettlementInstructionRequest
java.lang.Object
com.epam.fix.model.fix50sp1.message.SettlementInstructionRequest
- All Implemented Interfaces:
com.epam.fix.model.Block
,com.epam.fix.model.Message
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
getSide()
void
setAllocAccount
(String value) void
setAllocAcctIDSource
(Long value) void
setCFICode
(String value) void
setEffectiveTime
(Calendar value) void
setExpireTime
(Calendar value) void
void
setLastUpdateTime
(Calendar value) void
setParties
(PartiesBlock value) void
setProduct
(Long value) void
setSecurityType
(String value) void
setSettlCurrency
(String value) void
setSettlInstReqID
(String value) void
void
setStandInstDbID
(String value) void
setStandInstDbName
(String value) void
setStandInstDbType
(Long value) void
setTrailer
(SMTBlock value) void
setTransactTime
(Calendar value) void
-
Constructor Details
-
SettlementInstructionRequest
public SettlementInstructionRequest()
-
-
Method Details
-
getHeader
-
setHeader
-
getTrailer
-
setTrailer
-
getSettlInstReqID
-
setSettlInstReqID
-
getTransactTime
-
setTransactTime
-
getParties
-
setParties
-
getAllocAccount
-
setAllocAccount
-
getAllocAcctIDSource
-
setAllocAcctIDSource
-
getSide
-
setSide
-
getProduct
-
setProduct
-
getSecurityType
-
setSecurityType
-
getCFICode
-
setCFICode
-
getSettlCurrency
-
setSettlCurrency
-
getEffectiveTime
-
setEffectiveTime
-
getExpireTime
-
setExpireTime
-
getLastUpdateTime
-
setLastUpdateTime
-
getStandInstDbType
-
setStandInstDbType
-
getStandInstDbName
-
setStandInstDbName
-
getStandInstDbID
-
setStandInstDbID
-
toFIX
- Specified by:
toFIX
in interfacecom.epam.fix.model.Block
-
fromFIX
- Specified by:
fromFIX
in interfacecom.epam.fix.model.Block
-