|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.fxcm.fix.TradSesModeFactory
public class TradSesModeFactory
Valid codes of TradSesMode field.
| Field Summary | |
|---|---|
static ITradSesMode |
PRODUCTION
Real/Production environment |
static ITradSesMode |
SIMULATED
Simulated environment |
static ITradSesMode |
TESTING
Demo/Testing environment |
| Constructor Summary | |
|---|---|
TradSesModeFactory()
|
|
| Method Summary | |
|---|---|
static ITradSesMode |
toCode(int aCode)
Converts a status code to a fix object |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final ITradSesMode TESTING
public static final ITradSesMode SIMULATED
public static final ITradSesMode PRODUCTION
| Constructor Detail |
|---|
public TradSesModeFactory()
| Method Detail |
|---|
public static ITradSesMode toCode(int aCode)
aCode - TRADSESMODE_*
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||