Package com.epam.fix.model.fix50.message
Class AllocationInstructionAck
java.lang.Object
com.epam.fix.model.fix50.message.AllocationInstructionAck
- 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 TypeMethodDescriptionvoidintgetText()voidsetAllocID(String value) voidsetAllocIntermedReqType(Long value) voidsetAllocRejCode(Long value) voidvoidsetAllocStatus(Long value) voidsetAllocType(Long value) voidsetEncodedText(String value) voidsetEncodedTextLen(Long value) voidvoidsetMatchStatus(Character value) voidsetNoAllocs(int value) voidsetParties(PartiesBlock value) voidsetProduct(Long value) voidsetSecondaryAllocID(String value) voidsetSecurityType(String value) voidvoidsetTradeDate(Calendar value) voidsetTrailer(SMTBlock value) voidsetTransactTime(Calendar value) void
-
Constructor Details
-
AllocationInstructionAck
public AllocationInstructionAck()
-
-
Method Details
-
getHeader
-
setHeader
-
getTrailer
-
setTrailer
-
getAllocID
-
setAllocID
-
getParties
-
setParties
-
getSecondaryAllocID
-
setSecondaryAllocID
-
getTradeDate
-
setTradeDate
-
getTransactTime
-
setTransactTime
-
getAllocStatus
-
setAllocStatus
-
getAllocRejCode
-
setAllocRejCode
-
getAllocType
-
setAllocType
-
getAllocIntermedReqType
-
setAllocIntermedReqType
-
getMatchStatus
-
setMatchStatus
-
getProduct
-
setProduct
-
getSecurityType
-
setSecurityType
-
getText
-
setText
-
getEncodedTextLen
-
setEncodedTextLen
-
getEncodedText
-
setEncodedText
-
getNoAllocs
public int getNoAllocs() -
setNoAllocs
public void setNoAllocs(int value) -
getAllocsGroup
-
setAllocsGroup
-
toFIX
- Specified by:
toFIXin interfacecom.epam.fix.model.Block
-
fromFIX
- Specified by:
fromFIXin interfacecom.epam.fix.model.Block
-