|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.fxcm.fix.TradSesStatusFactory
public class TradSesStatusFactory
Valid codes of TradSesStatus field.
| Field Summary | |
|---|---|
static ITradSesStatus |
CLOSED
Trading session status code: Closed |
static ITradSesStatus |
HALTED
Trading session status code: Halted |
static ITradSesStatus |
OPEN
Trading session status code: Open |
static ITradSesStatus |
PRECLOSE
Trading session status code: Pre-Close |
static ITradSesStatus |
PREOPEN
Trading session status code: Pre-Open |
static ITradSesStatus |
REQUESTREJECTED
Trading session status code: Request Rejected |
static ITradSesStatus |
UNKNOWN
Trading session status code: Unknown |
| Constructor Summary | |
|---|---|
TradSesStatusFactory()
|
|
| Method Summary | |
|---|---|
static ITradSesStatus |
toStatus(int aCode)
Converts string to status object. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final ITradSesStatus UNKNOWN
public static final ITradSesStatus HALTED
public static final ITradSesStatus OPEN
public static final ITradSesStatus CLOSED
public static final ITradSesStatus PREOPEN
public static final ITradSesStatus PRECLOSE
public static final ITradSesStatus REQUESTREJECTED
| Constructor Detail |
|---|
public TradSesStatusFactory()
| Method Detail |
|---|
public static ITradSesStatus toStatus(int aCode)
aCode - The one from TRADSESSTATUS_* constants
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||