Class RequestforPositionsAck
java.lang.Object
com.epam.fix.model.fix50sp1.message.RequestforPositionsAck
- All Implemented Interfaces:
com.epam.fix.model.Block
,com.epam.fix.model.Message
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
int
int
getText()
void
setAccount
(String value) void
setAccountType
(Long value) void
setAcctIDSource
(Long value) void
setClearingBusinessDate
(Calendar value) void
setCurrency
(String value) void
setEncodedText
(String value) void
setEncodedTextLen
(Long value) void
void
setInstrument
(InstrumentBlock value) void
setLegsGroup
(Collection<InstrumentLegBlock> value) void
setMatchStatus
(Character value) void
setNoLegs
(int value) void
setNoUnderlyings
(int value) void
setParties
(PartiesBlock value) void
setPosMaintRptID
(String value) void
setPosReqID
(String value) void
setPosReqResult
(Long value) void
setPosReqStatus
(Long value) void
setPosReqType
(Long value) void
setResponseDestination
(String value) void
setResponseTransportType
(Long value) void
setSettlCurrency
(String 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
-
RequestforPositionsAck
public RequestforPositionsAck()
-
-
Method Details
-
getHeader
-
setHeader
-
getTrailer
-
setTrailer
-
getPosMaintRptID
-
setPosMaintRptID
-
getPosReqID
-
setPosReqID
-
getTotalNumPosReports
-
setTotalNumPosReports
-
getUnsolicitedIndicator
-
setUnsolicitedIndicator
-
getPosReqResult
-
setPosReqResult
-
getPosReqStatus
-
setPosReqStatus
-
getPosReqType
-
setPosReqType
-
getMatchStatus
-
setMatchStatus
-
getClearingBusinessDate
-
setClearingBusinessDate
-
getSubscriptionRequestType
-
setSubscriptionRequestType
-
getSettlSessID
-
setSettlSessID
-
getSettlSessSubID
-
setSettlSessSubID
-
getSettlCurrency
-
setSettlCurrency
-
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
-
getResponseTransportType
-
setResponseTransportType
-
getResponseDestination
-
setResponseDestination
-
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
-