public class UserNotification extends Message
| Modifier and Type | Class and Description |
|---|---|
static class |
UserNotification.NoUsernames |
Message.Header| Constructor and Description |
|---|
UserNotification() |
UserNotification(UserStatus userStatus) |
| Modifier and Type | Method and Description |
|---|---|
EncodedText |
get(EncodedText value) |
EncodedTextLen |
get(EncodedTextLen value) |
NoUsernames |
get(NoUsernames value) |
Text |
get(Text value) |
UsernameGrp |
get(UsernameGrp component) |
UserStatus |
get(UserStatus value) |
EncodedText |
getEncodedText() |
EncodedTextLen |
getEncodedTextLen() |
NoUsernames |
getNoUsernames() |
Text |
getText() |
UsernameGrp |
getUsernameGrp() |
UserStatus |
getUserStatus() |
boolean |
isSet(EncodedText field) |
boolean |
isSet(EncodedTextLen field) |
boolean |
isSet(NoUsernames field) |
boolean |
isSet(Text field) |
boolean |
isSet(UserStatus field) |
boolean |
isSetEncodedText() |
boolean |
isSetEncodedTextLen() |
boolean |
isSetNoUsernames() |
boolean |
isSetText() |
boolean |
isSetUserStatus() |
void |
set(EncodedText value) |
void |
set(EncodedTextLen value) |
void |
set(NoUsernames value) |
void |
set(Text value) |
void |
set(UsernameGrp component) |
void |
set(UserStatus value) |
bodyLength, clear, clone, fromString, fromString, fromString, fromString, getException, getHeader, getTrailer, headerAddGroup, headerGetGroup, headerHasGroup, headerHasGroup, headerHasGroup, headerHasGroup, headerRemoveGroup, headerReplaceGroup, identifyType, InitializeXML, isAdmin, isApp, isEmpty, pushBack, reset, reverseRoute, toRawString, toString, toXML, toXML, trailerAddGroup, trailerGetGroup, trailerHasGroup, trailerHasGroup, trailerHasGroup, trailerHasGroup, trailerRemoveGroup, trailerReplaceGroupaddGroup, addGroupRef, calculateString, getBoolean, getChar, getChars, getComponent, getDecimal, getDouble, getField, getField, getField, getField, getField, getField, getField, getField, getField, getField, getFieldOrder, getGroup, getGroup, getGroupCount, getGroups, getInt, getOptionalDecimal, getOptionalString, getString, getUtcDateOnly, getUtcTimeOnly, getUtcTimeStamp, groupKeyIterator, hasGroup, hasGroup, hasGroup, hasGroup, indexOf, initializeFrom, isSetField, isSetField, iterator, removeField, removeGroup, removeGroup, removeGroup, removeGroup, replaceGroup, setBoolean, setBytes, setChar, setChars, setComponent, setDecimal, setDecimal, setDouble, setDouble, setField, setField, setField, setField, setField, setField, setField, setField, setField, setField, setField, setFields, setGroupCount, setGroups, setGroups, setInt, setString, setUtcDateOnly, setUtcTimeOnly, setUtcTimeOnly, setUtcTimeOnly, setUtcTimeStamp, setUtcTimeStamp, setUtcTimeStamppublic static final String MSGTYPE
public UserNotification()
public UserNotification(UserStatus userStatus)
public void set(UsernameGrp component)
public UsernameGrp get(UsernameGrp component) throws quickfix.FieldNotFound
quickfix.FieldNotFoundpublic UsernameGrp getUsernameGrp() throws quickfix.FieldNotFound
quickfix.FieldNotFoundpublic void set(NoUsernames value)
public NoUsernames get(NoUsernames value) throws quickfix.FieldNotFound
quickfix.FieldNotFoundpublic NoUsernames getNoUsernames() throws quickfix.FieldNotFound
quickfix.FieldNotFoundpublic boolean isSet(NoUsernames field)
public boolean isSetNoUsernames()
public void set(UserStatus value)
public UserStatus get(UserStatus value) throws quickfix.FieldNotFound
quickfix.FieldNotFoundpublic UserStatus getUserStatus() throws quickfix.FieldNotFound
quickfix.FieldNotFoundpublic boolean isSet(UserStatus field)
public boolean isSetUserStatus()
public void set(Text value)
public Text getText() throws quickfix.FieldNotFound
quickfix.FieldNotFoundpublic boolean isSet(Text field)
public boolean isSetText()
public void set(EncodedTextLen value)
public EncodedTextLen get(EncodedTextLen value) throws quickfix.FieldNotFound
quickfix.FieldNotFoundpublic EncodedTextLen getEncodedTextLen() throws quickfix.FieldNotFound
quickfix.FieldNotFoundpublic boolean isSet(EncodedTextLen field)
public boolean isSetEncodedTextLen()
public void set(EncodedText value)
public EncodedText get(EncodedText value) throws quickfix.FieldNotFound
quickfix.FieldNotFoundpublic EncodedText getEncodedText() throws quickfix.FieldNotFound
quickfix.FieldNotFoundpublic boolean isSet(EncodedText field)
public boolean isSetEncodedText()
Copyright © 2025. All rights reserved.