Package com.epam.fix.model.fix44.message
Class SettlementInstructions
java.lang.Object
com.epam.fix.model.fix44.message.SettlementInstructions
- All Implemented Interfaces:
com.epam.fix.model.Block
,com.epam.fix.model.Message
-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
int
getText()
void
setClOrdID
(String value) void
setEncodedText
(String value) void
setEncodedTextLen
(Long value) void
void
setNoSettlInst
(int value) void
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
-
getNoSettlInst
public int getNoSettlInst() -
setNoSettlInst
public void setNoSettlInst(int value) -
getSettlInstGroup
-
setSettlInstGroup
-
toFIX
- Specified by:
toFIX
in interfacecom.epam.fix.model.Block
-
fromFIX
- Specified by:
fromFIX
in interfacecom.epam.fix.model.Block
-