Package com.epam.fix.model.fix44.message
Class SecurityDefinitionRequest
java.lang.Object
com.epam.fix.model.fix44.message.SecurityDefinitionRequest
- 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
setCurrency
(String value) void
setEncodedText
(String value) void
setEncodedTextLen
(Long value) void
setExpirationCycle
(Long value) void
void
setInstrument
(InstrumentBlock value) void
void
setLegsGroup
(Collection<InstrumentLegBlock> value) void
setNoLegs
(int value) void
setNoUnderlyings
(int value) void
setSecurityReqID
(String value) void
setSecurityRequestType
(Long value) void
void
void
setTradingSessionID
(String value) void
setTradingSessionSubID
(String value) void
setTrailer
(SMTBlock value) void
void
-
Constructor Details
-
SecurityDefinitionRequest
public SecurityDefinitionRequest()
-
-
Method Details
-
getHeader
-
setHeader
-
getTrailer
-
setTrailer
-
getSecurityReqID
-
setSecurityReqID
-
getSecurityRequestType
-
setSecurityRequestType
-
getInstrument
-
setInstrument
-
getInstrumentExtension
-
setInstrumentExtension
-
getNoUnderlyings
public int getNoUnderlyings() -
setNoUnderlyings
public void setNoUnderlyings(int value) -
getUnderlyingsGroup
-
setUnderlyingsGroup
-
getCurrency
-
setCurrency
-
getText
-
setText
-
getEncodedTextLen
-
setEncodedTextLen
-
getEncodedText
-
setEncodedText
-
getTradingSessionID
-
setTradingSessionID
-
getTradingSessionSubID
-
setTradingSessionSubID
-
getNoLegs
public int getNoLegs() -
setNoLegs
public void setNoLegs(int value) -
getLegsGroup
-
setLegsGroup
-
getExpirationCycle
-
setExpirationCycle
-
getSubscriptionRequestType
-
setSubscriptionRequestType
-
toFIX
- Specified by:
toFIX
in interfacecom.epam.fix.model.Block
-
fromFIX
- Specified by:
fromFIX
in interfacecom.epam.fix.model.Block
-