Class PositionReport
java.lang.Object
com.epam.fix.model.fix50sp1.message.PositionReport
- 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
getText()
void
setAccount
(String value) void
setAccountType
(Long value) void
setAcctIDSource
(Long value) void
void
setClearingBusinessDate
(Calendar value) void
setCurrency
(String value) void
setDeliveryDate
(Calendar value) void
setEncodedText
(String value) void
setEncodedTextLen
(Long value) void
void
setInstrument
(InstrumentBlock value) void
setLegsGroup
(Collection<InstrumentLegBlock> value) void
setMatchStatus
(Character value) void
setMessageEventSource
(String value) void
setNoLegs
(int value) void
setNoUnderlyings
(int value) void
setParties
(PartiesBlock value) void
void
setPositionQty
(PositionQtyBlock value) void
setPosMaintRptID
(String value) void
setPosReqID
(String value) void
setPosReqResult
(Long value) void
setPosReqType
(Long value) void
setPriceType
(Long value) void
setPriorSettlPrice
(Double value) void
setRegistStatus
(Character value) void
setSettlCurrency
(String value) void
setSettlPrice
(Double value) void
setSettlPriceType
(Long value) void
setSettlSessID
(String value) void
setSettlSessSubID
(String value) void
void
void
setTotalNumPosReports
(Long value) void
setTrailer
(SMTBlock value) void
void
setUnsolicitedIndicator
(Boolean value) void
-
Constructor Details
-
PositionReport
public PositionReport()
-
-
Method Details
-
getHeader
-
setHeader
-
getTrailer
-
setTrailer
-
getApplicationSequenceControl
-
setApplicationSequenceControl
-
getPosMaintRptID
-
setPosMaintRptID
-
getPosReqID
-
setPosReqID
-
getPosReqType
-
setPosReqType
-
getSubscriptionRequestType
-
setSubscriptionRequestType
-
getTotalNumPosReports
-
setTotalNumPosReports
-
getPosReqResult
-
setPosReqResult
-
getUnsolicitedIndicator
-
setUnsolicitedIndicator
-
getClearingBusinessDate
-
setClearingBusinessDate
-
getSettlSessID
-
setSettlSessID
-
getSettlSessSubID
-
setSettlSessSubID
-
getPriceType
-
setPriceType
-
getSettlCurrency
-
setSettlCurrency
-
getMessageEventSource
-
setMessageEventSource
-
getParties
-
setParties
-
getAccount
-
setAccount
-
getAcctIDSource
-
setAcctIDSource
-
getAccountType
-
setAccountType
-
getInstrument
-
setInstrument
-
getCurrency
-
setCurrency
-
getSettlPrice
-
setSettlPrice
-
getSettlPriceType
-
setSettlPriceType
-
getPriorSettlPrice
-
setPriorSettlPrice
-
getMatchStatus
-
setMatchStatus
-
getNoLegs
public int getNoLegs() -
setNoLegs
public void setNoLegs(int value) -
getLegsGroup
-
setLegsGroup
-
getNoUnderlyings
public int getNoUnderlyings() -
setNoUnderlyings
public void setNoUnderlyings(int value) -
getUnderlyingsGroup
-
setUnderlyingsGroup
-
getPositionQty
-
setPositionQty
-
getPositionAmountData
-
setPositionAmountData
-
getRegistStatus
-
setRegistStatus
-
getDeliveryDate
-
setDeliveryDate
-
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
-