public class UserNotification extends Object implements com.epam.fix.model.Message
Modifier and Type | Class and Description |
---|---|
class |
UserNotification.UsernamesGroup |
Constructor and Description |
---|
UserNotification() |
Modifier and Type | Method and Description |
---|---|
void |
fromFIX(FIXFieldList l) |
String |
getEncodedText() |
Long |
getEncodedTextLen() |
SMHBlock |
getHeader() |
int |
getNoUsernames() |
String |
getText() |
SMTBlock |
getTrailer() |
Collection<UserNotification.UsernamesGroup> |
getUsernamesGroup() |
Long |
getUserStatus() |
void |
setEncodedText(String value) |
void |
setEncodedTextLen(Long value) |
void |
setHeader(SMHBlock value) |
void |
setNoUsernames(int value) |
void |
setText(String value) |
void |
setTrailer(SMTBlock value) |
void |
setUsernamesGroup(Collection<UserNotification.UsernamesGroup> value) |
void |
setUserStatus(Long value) |
void |
toFIX(FIXFieldList l) |
public SMHBlock getHeader()
public void setHeader(SMHBlock value)
public SMTBlock getTrailer()
public void setTrailer(SMTBlock value)
public int getNoUsernames()
public void setNoUsernames(int value)
public Collection<UserNotification.UsernamesGroup> getUsernamesGroup()
public void setUsernamesGroup(Collection<UserNotification.UsernamesGroup> value)
public Long getUserStatus()
public void setUserStatus(Long value)
public String getText()
public void setText(String value)
public Long getEncodedTextLen()
public void setEncodedTextLen(Long value)
public String getEncodedText()
public void setEncodedText(String value)
public void toFIX(FIXFieldList l)
toFIX
in interface com.epam.fix.model.Block
public void fromFIX(FIXFieldList l)
fromFIX
in interface com.epam.fix.model.Block
Copyright © 2000–2022 EPAM Systems. All rights reserved.