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 TypeMethodDescriptionvoid
getText()
void
setClOrdID
(String value) void
setEncodedText
(String value) void
setEncodedTextLen
(Long value) void
void
setSettlInstGrp
(SettlInstGrpBlock value) void
setSettlInstMode
(Character value) void
setSettlInstMsgID
(String value) void
setSettlInstReqID
(String value) void
setSettlInstReqRejCode
(Long value) void
void
setTrailer
(SMTBlock value) void
setTransactTime
(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:
toFIX
in interfacecom.epam.fix.model.Block
-
fromFIX
- Specified by:
fromFIX
in interfacecom.epam.fix.model.Block
-