Class SecurityDefinitionRequest
java.lang.Object
com.epam.fix.model.fix50sp2.message.SecurityDefinitionRequest
- All Implemented Interfaces:
com.epam.fix.model.Block
,com.epam.fix.model.Message
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
getText()
void
setCurrency
(String value) void
setEncodedText
(String value) void
setEncodedTextLen
(Long value) void
setExpirationCycle
(Long value) void
void
void
setInstrument
(InstrumentBlock value) void
void
setMarketID
(String value) void
setMarketSegmentID
(String value) void
setSecurityReqID
(String value) void
setSecurityRequestType
(Long value) void
void
setStipulations
(StipulationsBlock value) void
void
void
setTradingSessionID
(String value) void
setTradingSessionSubID
(String value) void
setTrailer
(SMTBlock value) void
void
setYieldData
(YieldDataBlock value) void
-
Constructor Details
-
SecurityDefinitionRequest
public SecurityDefinitionRequest()
-
-
Method Details
-
getHeader
-
setHeader
-
getTrailer
-
setTrailer
-
getSecurityReqID
-
setSecurityReqID
-
getSecurityRequestType
-
setSecurityRequestType
-
getMarketID
-
setMarketID
-
getMarketSegmentID
-
setMarketSegmentID
-
getInstrument
-
setInstrument
-
getInstrumentExtension
-
setInstrumentExtension
-
getUndInstrmtGrp
-
setUndInstrmtGrp
-
getCurrency
-
setCurrency
-
getText
-
setText
-
getEncodedTextLen
-
setEncodedTextLen
-
getEncodedText
-
setEncodedText
-
getTradingSessionID
-
setTradingSessionID
-
getTradingSessionSubID
-
setTradingSessionSubID
-
getStipulations
-
setStipulations
-
getInstrmtLegGrp
-
setInstrmtLegGrp
-
getSpreadOrBenchmarkCurveData
-
setSpreadOrBenchmarkCurveData
-
getYieldData
-
setYieldData
-
getExpirationCycle
-
setExpirationCycle
-
getSubscriptionRequestType
-
setSubscriptionRequestType
-
toFIX
- Specified by:
toFIX
in interfacecom.epam.fix.model.Block
-
fromFIX
- Specified by:
fromFIX
in interfacecom.epam.fix.model.Block
-