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

public class UserNotification extends Object implements com.epam.fix.model.Message
  • Constructor Details

    • UserNotification

      public UserNotification()
  • Method Details

    • getHeader

      public SMHBlock getHeader()
    • setHeader

      public void setHeader(SMHBlock value)
    • getTrailer

      public SMTBlock getTrailer()
    • setTrailer

      public void setTrailer(SMTBlock value)
    • getNoUsernames

      public int getNoUsernames()
    • setNoUsernames

      public void setNoUsernames(int value)
    • getUsernamesGroup

      public Collection<UserNotification.UsernamesGroup> getUsernamesGroup()
    • setUsernamesGroup

      public void setUsernamesGroup(Collection<UserNotification.UsernamesGroup> value)
    • getUserStatus

      public Long getUserStatus()
    • setUserStatus

      public void setUserStatus(Long value)
    • getText

      public String getText()
    • setText

      public void setText(String value)
    • getEncodedTextLen

      public Long getEncodedTextLen()
    • setEncodedTextLen

      public void setEncodedTextLen(Long value)
    • getEncodedText

      public String getEncodedText()
    • setEncodedText

      public void setEncodedText(String value)
    • toFIX

      public void toFIX(FIXFieldList l)
      Specified by:
      toFIX in interface com.epam.fix.model.Block
    • fromFIX

      public void fromFIX(FIXFieldList l)
      Specified by:
      fromFIX in interface com.epam.fix.model.Block