|
||||||||||
| PREV CLASS NEXT CLASS | All Classes | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||
java.lang.Objectjava.lang.Enum<FIXSessionOrderManagerSide>
com.teraspaces.qwfix.ordermanager.FIXSessionOrderManagerSide
public enum FIXSessionOrderManagerSide
Defines the side of a FIX session that supports Order Manager.
| Enum Constant Summary | |
|---|---|
BUY_SIDE
The FIX session is a buy side session. |
|
NOT_SUPPORTED
The FIX session doesn't support order manager. |
|
SELL_SIDE
The FIX session is a sell side session. |
|
| Method Summary | |
|---|---|
static FIXSessionOrderManagerSide |
valueOf(String name)
Returns the enum constant of this type with the specified name. |
static FIXSessionOrderManagerSide[] |
values()
Returns an array containing the constants of this enum type, in the order they are declared. |
| Methods inherited from class java.lang.Enum |
|---|
compareTo, equals, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
| Methods inherited from class java.lang.Object |
|---|
getClass, notify, notifyAll, wait, wait, wait |
| Enum Constant Detail |
|---|
public static final FIXSessionOrderManagerSide BUY_SIDE
public static final FIXSessionOrderManagerSide SELL_SIDE
public static final FIXSessionOrderManagerSide NOT_SUPPORTED
| Method Detail |
|---|
public static FIXSessionOrderManagerSide[] values()
for (FIXSessionOrderManagerSide c : FIXSessionOrderManagerSide.values()) System.out.println(c);
public static FIXSessionOrderManagerSide valueOf(String name)
name - the name of the enum constant to be returned.
IllegalArgumentException - if this enum type has no constant
with the specified name
NullPointerException - if the argument is null
|
||||||||||
| PREV CLASS NEXT CLASS | All Classes | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||