Class PositionMaintenanceRequest
java.lang.Object
com.epam.fix.model.fix50sp1.message.PositionMaintenanceRequest
- 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 TypeMethodDescriptionvoidintintintgetText()voidsetAccount(String value) voidsetAccountType(Long value) voidsetAcctIDSource(Long value) voidsetAdjustmentType(Long value) voidsetClearingBusinessDate(Calendar value) voidvoidsetCurrency(String value) voidsetEncodedText(String value) voidsetEncodedTextLen(Long value) voidvoidsetInstrument(InstrumentBlock value) voidsetLegsGroup(Collection<InstrumentLegBlock> value) voidsetNoLegs(int value) voidsetNoTradingSessions(int value) voidsetNoUnderlyings(int value) voidsetOrigPosReqRefID(String value) voidsetParties(PartiesBlock value) voidvoidsetPositionQty(PositionQtyBlock value) voidsetPosMaintAction(Long value) voidsetPosMaintRptRefID(String value) voidsetPosReqID(String value) voidsetPosTransType(Long value) voidsetPriorSpreadIndicator(Boolean value) voidsetSettlCurrency(String value) voidsetSettlSessID(String value) voidsetSettlSessSubID(String value) voidvoidsetThresholdAmount(Double value) voidvoidsetTrailer(SMTBlock value) voidsetTransactTime(Calendar value) voidvoid
-
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
-
getNoLegs
public int getNoLegs() -
setNoLegs
public void setNoLegs(int value) -
getLegsGroup
-
setLegsGroup
-
getNoUnderlyings
public int getNoUnderlyings() -
setNoUnderlyings
public void setNoUnderlyings(int value) -
getUnderlyingsGroup
-
setUnderlyingsGroup
-
getNoTradingSessions
public int getNoTradingSessions() -
setNoTradingSessions
public void setNoTradingSessions(int value) -
getTradingSessionsGroup
-
setTradingSessionsGroup
public void setTradingSessionsGroup(Collection<PositionMaintenanceRequest.TradingSessionsGroup> value) -
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:
toFIXin interfacecom.epam.fix.model.Block
-
fromFIX
- Specified by:
fromFIXin interfacecom.epam.fix.model.Block
-