Package com.epam.fix.model.fix44.message
Class AllocationInstructionAck
java.lang.Object
com.epam.fix.model.fix44.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 TypeMethodDescriptionvoid
int
getText()
void
setAllocID
(String value) void
setAllocIntermedReqType
(Long value) void
setAllocRejCode
(Long value) void
void
setAllocStatus
(Long value) void
setAllocType
(Long value) void
setEncodedText
(String value) void
setEncodedTextLen
(Long value) void
void
setMatchStatus
(Character value) void
setNoAllocs
(int 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
-
getNoAllocs
public int getNoAllocs() -
setNoAllocs
public void setNoAllocs(int value) -
getAllocsGroup
-
setAllocsGroup
-
toFIX
- Specified by:
toFIX
in interfacecom.epam.fix.model.Block
-
fromFIX
- Specified by:
fromFIX
in interfacecom.epam.fix.model.Block
-