Class ConfirmationRequest
java.lang.Object
com.epam.fix.model.fix50sp2.message.ConfirmationRequest
- All Implemented Interfaces:
com.epam.fix.model.Block
,com.epam.fix.model.Message
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
getText()
void
setAllocAccount
(String value) void
setAllocAccountType
(Long value) void
setAllocAcctIDSource
(Long value) void
setAllocID
(String value) void
setConfirmReqID
(String value) void
setConfirmType
(Long value) void
setEncodedText
(String value) void
setEncodedTextLen
(Long value) void
void
setIndividualAllocID
(String value) void
setOrdAllocGrp
(OrdAllocGrpBlock value) void
setSecondaryAllocID
(String value) void
void
setTrailer
(SMTBlock value) void
setTransactTime
(Calendar value) void
-
Constructor Details
-
ConfirmationRequest
public ConfirmationRequest()
-
-
Method Details
-
getHeader
-
setHeader
-
getTrailer
-
setTrailer
-
getConfirmReqID
-
setConfirmReqID
-
getConfirmType
-
setConfirmType
-
getOrdAllocGrp
-
setOrdAllocGrp
-
getAllocID
-
setAllocID
-
getSecondaryAllocID
-
setSecondaryAllocID
-
getIndividualAllocID
-
setIndividualAllocID
-
getTransactTime
-
setTransactTime
-
getAllocAccount
-
setAllocAccount
-
getAllocAcctIDSource
-
setAllocAcctIDSource
-
getAllocAccountType
-
setAllocAccountType
-
getText
-
setText
-
getEncodedTextLen
-
setEncodedTextLen
-
getEncodedText
-
setEncodedText
-
toFIX
- Specified by:
toFIX
in interfacecom.epam.fix.model.Block
-
fromFIX
- Specified by:
fromFIX
in interfacecom.epam.fix.model.Block
-