Package com.epam.fix.model.fix43.message
Class SecurityDefinitionRequest
java.lang.Object
com.epam.fix.model.fix43.message.SecurityDefinitionRequest
- All Implemented Interfaces:
com.epam.fix.model.Block
,com.epam.fix.model.Message
-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
int
getText()
void
setCurrency
(String value) void
setEncodedText
(String value) void
setEncodedTextLen
(Long value) void
void
setInstrument
(InstrumentBlock value) void
void
setNoLegs
(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
-
Constructor Details
-
SecurityDefinitionRequest
public SecurityDefinitionRequest()
-
-
Method Details
-
getHeader
-
setHeader
-
getTrailer
-
setTrailer
-
getSecurityReqID
-
setSecurityReqID
-
getSecurityRequestType
-
setSecurityRequestType
-
getInstrument
-
setInstrument
-
getCurrency
-
setCurrency
-
getText
-
setText
-
getEncodedTextLen
-
setEncodedTextLen
-
getEncodedText
-
setEncodedText
-
getTradingSessionID
-
setTradingSessionID
-
getTradingSessionSubID
-
setTradingSessionSubID
-
getNoLegs
public int getNoLegs() -
setNoLegs
public void setNoLegs(int value) -
getLegsGroup
-
setLegsGroup
-
getSubscriptionRequestType
-
setSubscriptionRequestType
-
toFIX
- Specified by:
toFIX
in interfacecom.epam.fix.model.Block
-
fromFIX
- Specified by:
fromFIX
in interfacecom.epam.fix.model.Block
-