Class SecurityListRequest
java.lang.Object
com.epam.fix.model.fix50sp2.message.SecurityListRequest
- 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
void
void
void
setInstrument
(InstrumentBlock value) void
void
setMarketID
(String value) void
setMarketSegmentID
(String value) void
setSecurityListID
(String value) void
setSecurityListRequestType
(Long value) void
setSecurityListType
(Long value) void
setSecurityListTypeSource
(Long value) void
setSecurityReqID
(String value) void
void
void
setTradingSessionID
(String value) void
setTradingSessionSubID
(String value) void
setTrailer
(SMTBlock value) void
void
-
Constructor Details
-
SecurityListRequest
public SecurityListRequest()
-
-
Method Details
-
getHeader
-
setHeader
-
getTrailer
-
setTrailer
-
getSecurityReqID
-
setSecurityReqID
-
getSecurityListRequestType
-
setSecurityListRequestType
-
getSecurityListID
-
setSecurityListID
-
getSecurityListType
-
setSecurityListType
-
getSecurityListTypeSource
-
setSecurityListTypeSource
-
getMarketID
-
setMarketID
-
getMarketSegmentID
-
setMarketSegmentID
-
getInstrument
-
setInstrument
-
getInstrumentExtension
-
setInstrumentExtension
-
getFinancingDetails
-
setFinancingDetails
-
getUndInstrmtGrp
-
setUndInstrmtGrp
-
getInstrmtLegGrp
-
setInstrmtLegGrp
-
getCurrency
-
setCurrency
-
getText
-
setText
-
getEncodedTextLen
-
setEncodedTextLen
-
getEncodedText
-
setEncodedText
-
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
-