Class AllocationInstructionAck
java.lang.Object
com.epam.fix.model.fix50sp2.message.AllocationInstructionAck
- All Implemented Interfaces:
com.epam.fix.model.Block,com.epam.fix.model.Message
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidgetText()voidsetAllocAckGrp(AllocAckGrpBlock value) voidsetAllocID(String value) voidsetAllocIntermedReqType(Long value) voidsetAllocRejCode(Long value) voidsetAllocStatus(Long value) voidsetAllocType(Long value) voidsetEncodedText(String value) voidsetEncodedTextLen(Long value) voidvoidsetMatchStatus(Character 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
-
getAllocAckGrp
-
setAllocAckGrp
-
toFIX
- Specified by:
toFIXin interfacecom.epam.fix.model.Block
-
fromFIX
- Specified by:
fromFIXin interfacecom.epam.fix.model.Block
-