Class AllocationReportAck
java.lang.Object
com.epam.fix.model.fix50sp1.message.AllocationReportAck
- 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) voidsetAllocReportID(String value) voidsetAllocReportType(Long value) voidvoidsetAllocStatus(Long value) voidsetAllocTransType(Character value) voidsetAvgPxIndicator(Long value) voidsetClearingBusinessDate(Calendar value) voidsetEncodedText(String value) voidsetEncodedTextLen(Long value) voidvoidsetMatchStatus(Character value) voidsetNoAllocs(int value) voidsetParties(PartiesBlock value) voidsetProduct(Long value) voidsetQuantity(Double value) voidsetSecondaryAllocID(String value) voidsetSecurityType(String value) voidvoidsetTradeDate(Calendar value) voidsetTrailer(SMTBlock value) voidsetTransactTime(Calendar value) void
-
Constructor Details
-
AllocationReportAck
public AllocationReportAck()
-
-
Method Details
-
getHeader
-
setHeader
-
getTrailer
-
setTrailer
-
getAllocReportID
-
setAllocReportID
-
getAllocID
-
setAllocID
-
getClearingBusinessDate
-
setClearingBusinessDate
-
getAvgPxIndicator
-
setAvgPxIndicator
-
getQuantity
-
setQuantity
-
getAllocTransType
-
setAllocTransType
-
getParties
-
setParties
-
getSecondaryAllocID
-
setSecondaryAllocID
-
getTradeDate
-
setTradeDate
-
getTransactTime
-
setTransactTime
-
getAllocStatus
-
setAllocStatus
-
getAllocRejCode
-
setAllocRejCode
-
getAllocReportType
-
setAllocReportType
-
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
-