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 TypeMethodDescriptionvoid
int
getText()
void
setEncodedText
(String value) void
setEncodedTextLen
(Long value) void
void
setNoUsernames
(int value) void
void
setTrailer
(SMTBlock value) void
void
setUserStatus
(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:
toFIX
in interfacecom.epam.fix.model.Block
-
fromFIX
- Specified by:
fromFIX
in interfacecom.epam.fix.model.Block
-