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 TypeMethodDescriptionvoid
getText()
void
setAllocAckGrp
(AllocAckGrpBlock value) void
setAllocID
(String value) void
setAllocIntermedReqType
(Long value) void
setAllocRejCode
(Long value) void
setAllocStatus
(Long value) void
setAllocType
(Long value) void
setEncodedText
(String value) void
setEncodedTextLen
(Long value) void
void
setMatchStatus
(Character value) void
setParties
(PartiesBlock value) void
setProduct
(Long value) void
setSecondaryAllocID
(String value) void
setSecurityType
(String value) void
void
setTradeDate
(Calendar value) void
setTrailer
(SMTBlock value) void
setTransactTime
(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:
toFIX
in interfacecom.epam.fix.model.Block
-
fromFIX
- Specified by:
fromFIX
in interfacecom.epam.fix.model.Block
-