Package com.epam.fix.model.fix44.message
Class SecurityStatusRequest
java.lang.Object
com.epam.fix.model.fix44.message.SecurityStatusRequest
- All Implemented Interfaces:
com.epam.fix.model.Block
,com.epam.fix.model.Message
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
int
int
void
setCurrency
(String value) void
void
setInstrument
(InstrumentBlock value) void
void
setLegsGroup
(Collection<InstrumentLegBlock> value) void
setNoLegs
(int value) void
setNoUnderlyings
(int value) void
setSecurityStatusReqID
(String value) void
void
setTradingSessionID
(String value) void
setTradingSessionSubID
(String value) void
setTrailer
(SMTBlock value) void
void
-
Constructor Details
-
SecurityStatusRequest
public SecurityStatusRequest()
-
-
Method Details
-
getHeader
-
setHeader
-
getTrailer
-
setTrailer
-
getSecurityStatusReqID
-
setSecurityStatusReqID
-
getInstrument
-
setInstrument
-
getInstrumentExtension
-
setInstrumentExtension
-
getNoUnderlyings
public int getNoUnderlyings() -
setNoUnderlyings
public void setNoUnderlyings(int value) -
getUnderlyingsGroup
-
setUnderlyingsGroup
-
getNoLegs
public int getNoLegs() -
setNoLegs
public void setNoLegs(int value) -
getLegsGroup
-
setLegsGroup
-
getCurrency
-
setCurrency
-
getSubscriptionRequestType
-
setSubscriptionRequestType
-
getTradingSessionID
-
setTradingSessionID
-
getTradingSessionSubID
-
setTradingSessionSubID
-
toFIX
- Specified by:
toFIX
in interfacecom.epam.fix.model.Block
-
fromFIX
- Specified by:
fromFIX
in interfacecom.epam.fix.model.Block
-