quickfix.field
Class UserStatus
java.lang.Object
quickfix.Field<java.lang.Integer>
quickfix.IntField
quickfix.field.UserStatus
- All Implemented Interfaces:
- java.io.Serializable
public class UserStatus
- extends IntField
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
FIELD
public static final int FIELD
- See Also:
- Constant Field Values
LOGGED_IN
public static final int LOGGED_IN
- See Also:
- Constant Field Values
NOT_LOGGED_IN
public static final int NOT_LOGGED_IN
- See Also:
- Constant Field Values
USER_NOT_RECOGNISED
public static final int USER_NOT_RECOGNISED
- See Also:
- Constant Field Values
PASSWORD_INCORRECT
public static final int PASSWORD_INCORRECT
- See Also:
- Constant Field Values
PASSWORD_CHANGED
public static final int PASSWORD_CHANGED
- See Also:
- Constant Field Values
OTHER
public static final int OTHER
- See Also:
- Constant Field Values
UserStatus
public UserStatus()
UserStatus
public UserStatus(int data)