Class SettlementInstructions
java.lang.Object
com.epam.fix.model.fix50sp2.message.SettlementInstructions
- All Implemented Interfaces:
com.epam.fix.model.Block,com.epam.fix.model.Message
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidgetText()voidsetClOrdID(String value) voidsetEncodedText(String value) voidsetEncodedTextLen(Long value) voidvoidsetSettlInstGrp(SettlInstGrpBlock value) voidsetSettlInstMode(Character value) voidsetSettlInstMsgID(String value) voidsetSettlInstReqID(String value) voidsetSettlInstReqRejCode(Long value) voidvoidsetTrailer(SMTBlock value) voidsetTransactTime(Calendar value) void
-
Constructor Details
-
SettlementInstructions
public SettlementInstructions()
-
-
Method Details
-
getHeader
-
setHeader
-
getTrailer
-
setTrailer
-
getSettlInstMsgID
-
setSettlInstMsgID
-
getSettlInstReqID
-
setSettlInstReqID
-
getSettlInstMode
-
setSettlInstMode
-
getSettlInstReqRejCode
-
setSettlInstReqRejCode
-
getText
-
setText
-
getEncodedTextLen
-
setEncodedTextLen
-
getEncodedText
-
setEncodedText
-
getClOrdID
-
setClOrdID
-
getTransactTime
-
setTransactTime
-
getSettlInstGrp
-
setSettlInstGrp
-
toFIX
- Specified by:
toFIXin interfacecom.epam.fix.model.Block
-
fromFIX
- Specified by:
fromFIXin interfacecom.epam.fix.model.Block
-