Package com.epam.fix.model.fix50.message
Class PositionMaintenanceReport
java.lang.Object
com.epam.fix.model.fix50.message.PositionMaintenanceReport
- 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
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
void
setTrailer
(SMTBlock value) void
setTransactTime
(Calendar 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
-
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<PositionMaintenanceReport.TradingSessionsGroup> value) -
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
-