public class MamdaSecurityStatus
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static short |
SECURITY_STATUS_AT_LAST |
static short |
SECURITY_STATUS_AUCTION |
static short |
SECURITY_STATUS_CLOSED |
static short |
SECURITY_STATUS_CROSSING |
static short |
SECURITY_STATUS_DELETED |
static short |
SECURITY_STATUS_HALTED |
static short |
SECURITY_STATUS_NONE
A set of final shorts representing the status of a security
such as whether or not it is halted or closed for trading.
|
static short |
SECURITY_STATUS_NORMAL |
static short |
SECURITY_STATUS_NOT_EXIST |
static short |
SECURITY_STATUS_SUSPENDED |
static short |
SECURITY_STATUS_UNKNOWN |
Constructor and Description |
---|
MamdaSecurityStatus() |
Modifier and Type | Method and Description |
---|---|
static short |
mamdaSecurityStatusFromString(java.lang.String securityStatus)
Convert a string representation of a security status to the
enumeration.
|
static java.lang.String |
toString(short securityStatus)
Convert a MamdaSecurityStatus to an appropriate, displayable
string.
|
public static final short SECURITY_STATUS_NONE
public static final short SECURITY_STATUS_NORMAL
public static final short SECURITY_STATUS_CLOSED
public static final short SECURITY_STATUS_HALTED
public static final short SECURITY_STATUS_NOT_EXIST
public static final short SECURITY_STATUS_DELETED
public static final short SECURITY_STATUS_AUCTION
public static final short SECURITY_STATUS_CROSSING
public static final short SECURITY_STATUS_SUSPENDED
public static final short SECURITY_STATUS_AT_LAST
public static final short SECURITY_STATUS_UNKNOWN
public static java.lang.String toString(short securityStatus)
securityStatus
- The security status as a long.public static short mamdaSecurityStatusFromString(java.lang.String securityStatus)
securityStatusStr
- The security status as a string.Copyright 2007 Wombat Financial Software, Inc.