Package com.epam.fix.model.fix44.message
Class QuoteStatusRequest
java.lang.Object
com.epam.fix.model.fix44.message.QuoteStatusRequest
- All Implemented Interfaces:
com.epam.fix.model.Block
,com.epam.fix.model.Message
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
int
int
void
setAccount
(String value) void
setAccountType
(Long value) void
setAcctIDSource
(Long value) void
void
setInstrument
(InstrumentBlock value) void
setLegsGroup
(Collection<InstrumentLegBlock> value) void
setNoLegs
(int value) void
setNoUnderlyings
(int value) void
setParties
(PartiesBlock value) void
setQuoteID
(String value) void
setQuoteStatusReqID
(String value) void
void
setTradingSessionID
(String value) void
setTradingSessionSubID
(String value) void
setTrailer
(SMTBlock value) void
void
-
Constructor Details
-
QuoteStatusRequest
public QuoteStatusRequest()
-
-
Method Details
-
getHeader
-
setHeader
-
getTrailer
-
setTrailer
-
getQuoteStatusReqID
-
setQuoteStatusReqID
-
getQuoteID
-
setQuoteID
-
getInstrument
-
setInstrument
-
getNoUnderlyings
public int getNoUnderlyings() -
setNoUnderlyings
public void setNoUnderlyings(int value) -
getUnderlyingsGroup
-
setUnderlyingsGroup
-
getNoLegs
public int getNoLegs() -
setNoLegs
public void setNoLegs(int value) -
getLegsGroup
-
setLegsGroup
-
getParties
-
setParties
-
getAccount
-
setAccount
-
getAcctIDSource
-
setAcctIDSource
-
getAccountType
-
setAccountType
-
getTradingSessionID
-
setTradingSessionID
-
getTradingSessionSubID
-
setTradingSessionSubID
-
getSubscriptionRequestType
-
setSubscriptionRequestType
-
toFIX
- Specified by:
toFIX
in interfacecom.epam.fix.model.Block
-
fromFIX
- Specified by:
fromFIX
in interfacecom.epam.fix.model.Block
-