Class PositionMaintenanceReport
java.lang.Object
com.epam.fix.model.fix50sp2.message.PositionMaintenanceReport
- All Implemented Interfaces:
com.epam.fix.model.Block
,com.epam.fix.model.Message
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
getText()
void
setAccount
(String value) void
setAccountType
(Long value) void
setAcctIDSource
(Long value) void
setAdjustmentType
(Long value) void
setClearingBusinessDate
(Calendar value) void
void
setCurrency
(String value) void
setEncodedText
(String value) void
setEncodedTextLen
(Long value) void
void
void
setInstrument
(InstrumentBlock value) void
setOrigPosReqRefID
(String value) void
setParties
(PartiesBlock value) void
void
setPositionQty
(PositionQtyBlock value) void
setPosMaintAction
(Long value) void
setPosMaintResult
(Long value) void
setPosMaintRptID
(String value) void
setPosMaintRptRefID
(String value) void
setPosMaintStatus
(Long value) void
setPosReqID
(String value) void
setPosTransType
(Long value) void
setPriorSpreadIndicator
(Boolean value) void
setSettlCurrency
(String value) void
setSettlSessID
(String value) void
setSettlSessSubID
(String value) void
void
setThresholdAmount
(Double value) void
setTrailer
(SMTBlock value) void
setTransactTime
(Calendar value) void
setTrdgSesGrp
(TrdgSesGrpBlock value) void
void
-
Constructor Details
-
PositionMaintenanceReport
public PositionMaintenanceReport()
-
-
Method Details
-
getHeader
-
setHeader
-
getTrailer
-
setTrailer
-
getPosMaintRptID
-
setPosMaintRptID
-
getPosTransType
-
setPosTransType
-
getPosReqID
-
setPosReqID
-
getPosMaintAction
-
setPosMaintAction
-
getOrigPosReqRefID
-
setOrigPosReqRefID
-
getPosMaintStatus
-
setPosMaintStatus
-
getPosMaintResult
-
setPosMaintResult
-
getClearingBusinessDate
-
setClearingBusinessDate
-
getSettlSessID
-
setSettlSessID
-
getSettlSessSubID
-
setSettlSessSubID
-
getParties
-
setParties
-
getAccount
-
setAccount
-
getAcctIDSource
-
setAcctIDSource
-
getAccountType
-
setAccountType
-
getPosMaintRptRefID
-
setPosMaintRptRefID
-
getInstrument
-
setInstrument
-
getCurrency
-
setCurrency
-
getSettlCurrency
-
setSettlCurrency
-
getContraryInstructionIndicator
-
setContraryInstructionIndicator
-
getPriorSpreadIndicator
-
setPriorSpreadIndicator
-
getInstrmtLegGrp
-
setInstrmtLegGrp
-
getUndInstrmtGrp
-
setUndInstrmtGrp
-
getTrdgSesGrp
-
setTrdgSesGrp
-
getTransactTime
-
setTransactTime
-
getPositionQty
-
setPositionQty
-
getPositionAmountData
-
setPositionAmountData
-
getAdjustmentType
-
setAdjustmentType
-
getThresholdAmount
-
setThresholdAmount
-
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
-