Class UserNotification
java.lang.Object
com.epam.fix.model.fix50sp1.message.UserNotification
- 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 TypeMethodDescriptionvoidintgetText()voidsetEncodedText(String value) voidsetEncodedTextLen(Long value) voidvoidsetNoUsernames(int value) voidvoidsetTrailer(SMTBlock value) voidvoidsetUserStatus(Long value) void
-
Constructor Details
-
UserNotification
public UserNotification()
-
-
Method Details
-
getHeader
-
setHeader
-
getTrailer
-
setTrailer
-
getNoUsernames
public int getNoUsernames() -
setNoUsernames
public void setNoUsernames(int value) -
getUsernamesGroup
-
setUsernamesGroup
-
getUserStatus
-
setUserStatus
-
getText
-
setText
-
getEncodedTextLen
-
setEncodedTextLen
-
getEncodedText
-
setEncodedText
-
toFIX
- Specified by:
toFIXin interfacecom.epam.fix.model.Block
-
fromFIX
- Specified by:
fromFIXin interfacecom.epam.fix.model.Block
-