Class PositionMaintenanceRequest
java.lang.Object
com.epam.fix.model.fix50sp2.message.PositionMaintenanceRequest
- 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
setPosMaintRptRefID
(String 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
-
PositionMaintenanceRequest
public PositionMaintenanceRequest()
-
-
Method Details
-
getHeader
-
setHeader
-
getTrailer
-
setTrailer
-
getPosReqID
-
setPosReqID
-
getPosTransType
-
setPosTransType
-
getPosMaintAction
-
setPosMaintAction
-
getOrigPosReqRefID
-
setOrigPosReqRefID
-
getPosMaintRptRefID
-
setPosMaintRptRefID
-
getClearingBusinessDate
-
setClearingBusinessDate
-
getSettlSessID
-
setSettlSessID
-
getSettlSessSubID
-
setSettlSessSubID
-
getParties
-
setParties
-
getAccount
-
setAccount
-
getAcctIDSource
-
setAcctIDSource
-
getAccountType
-
setAccountType
-
getInstrument
-
setInstrument
-
getCurrency
-
setCurrency
-
getInstrmtLegGrp
-
setInstrmtLegGrp
-
getUndInstrmtGrp
-
setUndInstrmtGrp
-
getTrdgSesGrp
-
setTrdgSesGrp
-
getTransactTime
-
setTransactTime
-
getPositionQty
-
setPositionQty
-
getPositionAmountData
-
setPositionAmountData
-
getAdjustmentType
-
setAdjustmentType
-
getContraryInstructionIndicator
-
setContraryInstructionIndicator
-
getPriorSpreadIndicator
-
setPriorSpreadIndicator
-
getThresholdAmount
-
setThresholdAmount
-
getText
-
setText
-
getEncodedTextLen
-
setEncodedTextLen
-
getEncodedText
-
setEncodedText
-
getSettlCurrency
-
setSettlCurrency
-
toFIX
- Specified by:
toFIX
in interfacecom.epam.fix.model.Block
-
fromFIX
- Specified by:
fromFIX
in interfacecom.epam.fix.model.Block
-