Package com.epam.fix.model.fix44.message
Class RequestforPositionsAck
java.lang.Object
com.epam.fix.model.fix44.message.RequestforPositionsAck
- All Implemented Interfaces:
com.epam.fix.model.Block,com.epam.fix.model.Message
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidintintgetText()voidsetAccount(String value) voidsetAccountType(Long value) voidsetAcctIDSource(Long value) voidsetCurrency(String value) voidsetEncodedText(String value) voidsetEncodedTextLen(Long value) voidvoidsetInstrument(InstrumentBlock value) voidsetLegsGroup(Collection<InstrumentLegBlock> value) voidsetNoLegs(int value) voidsetNoUnderlyings(int value) voidsetParties(PartiesBlock value) voidsetPosMaintRptID(String value) voidsetPosReqID(String value) voidsetPosReqResult(Long value) voidsetPosReqStatus(Long value) voidsetResponseDestination(String value) voidsetResponseTransportType(Long value) voidvoidsetTotalNumPosReports(Long value) voidsetTrailer(SMTBlock value) voidvoidsetUnsolicitedIndicator(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
-
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:
toFIXin interfacecom.epam.fix.model.Block
-
fromFIX
- Specified by:
fromFIXin interfacecom.epam.fix.model.Block
-