Package com.epam.fix.model.fix44.message
Class PositionMaintenanceRequest
java.lang.Object
com.epam.fix.model.fix44.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 TypeMethodDescriptionvoid
int
int
int
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
setInstrument
(InstrumentBlock value) void
setLegsGroup
(Collection<InstrumentLegBlock> value) void
setNoLegs
(int value) void
setNoTradingSessions
(int value) void
setNoUnderlyings
(int value) void
setOrigPosReqRefID
(String value) void
setParties
(PartiesBlock value) 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
setSettlSessID
(String value) void
setSettlSessSubID
(String value) void
void
setThresholdAmount
(Double value) void
void
setTrailer
(SMTBlock value) void
setTransactTime
(Calendar 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
-
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
-
getAdjustmentType
-
setAdjustmentType
-
getContraryInstructionIndicator
-
setContraryInstructionIndicator
-
getPriorSpreadIndicator
-
setPriorSpreadIndicator
-
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
-