Package com.epam.fix.model.fix44.message
Class RequestforPositions
java.lang.Object
com.epam.fix.model.fix44.message.RequestforPositions
- 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 TypeMethodDescriptionvoidintintintgetText()voidsetAccount(String value) voidsetAccountType(Long value) voidsetAcctIDSource(Long value) voidsetClearingBusinessDate(Calendar value) voidsetCurrency(String value) voidsetEncodedText(String value) voidsetEncodedTextLen(Long value) voidvoidsetInstrument(InstrumentBlock value) voidsetLegsGroup(Collection<InstrumentLegBlock> value) voidsetMatchStatus(Character value) voidsetNoLegs(int value) voidsetNoTradingSessions(int value) voidsetNoUnderlyings(int value) voidsetParties(PartiesBlock value) voidsetPosReqID(String value) voidsetPosReqType(Long value) voidsetResponseDestination(String value) voidsetResponseTransportType(Long value) voidsetSettlSessID(String value) voidsetSettlSessSubID(String value) voidvoidvoidvoidsetTrailer(SMTBlock value) voidsetTransactTime(Calendar value) voidvoid
-
Constructor Details
-
RequestforPositions
public RequestforPositions()
-
-
Method Details
-
getHeader
-
setHeader
-
getTrailer
-
setTrailer
-
getPosReqID
-
setPosReqID
-
getPosReqType
-
setPosReqType
-
getMatchStatus
-
setMatchStatus
-
getSubscriptionRequestType
-
setSubscriptionRequestType
-
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
-
getClearingBusinessDate
-
setClearingBusinessDate
-
getSettlSessID
-
setSettlSessID
-
getSettlSessSubID
-
setSettlSessSubID
-
getNoTradingSessions
public int getNoTradingSessions() -
setNoTradingSessions
public void setNoTradingSessions(int value) -
getTradingSessionsGroup
-
setTradingSessionsGroup
-
getTransactTime
-
setTransactTime
-
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
-