Class SecurityList
java.lang.Object
com.epam.fix.meffmodel.fix50sp2.message.SecurityList
- All Implemented Interfaces:
com.epam.fix.model.Block
,com.epam.fix.model.Message
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
void
void
void
setLastFragment
(Boolean value) void
setMarketID
(String value) void
setMarketSegmentID
(String value) void
setSecListGrp
(SecListGrpBlock value) void
setSecurityReqID
(String value) void
setSecurityRequestResult
(Long value) void
setSecurityResponseID
(String value) void
setTotNoRelatedSym
(Long value) void
setTrailer
(SMTBlock value) void
-
Constructor Details
-
SecurityList
public SecurityList()
-
-
Method Details
-
getHeader
-
setHeader
-
getTrailer
-
setTrailer
-
getApplicationSequenceControl
-
setApplicationSequenceControl
-
getSecurityReqID
-
setSecurityReqID
-
getSecurityResponseID
-
setSecurityResponseID
-
getSecurityRequestResult
-
setSecurityRequestResult
-
getTotNoRelatedSym
-
setTotNoRelatedSym
-
getMarketID
-
setMarketID
-
getMarketSegmentID
-
setMarketSegmentID
-
getLastFragment
-
setLastFragment
-
getSecListGrp
-
setSecListGrp
-
toFIX
- Specified by:
toFIX
in interfacecom.epam.fix.model.Block
-
fromFIX
- Specified by:
fromFIX
in interfacecom.epam.fix.model.Block
-