|
||||||||||
| PREV CLASS NEXT CLASS | All Classes | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||
java.lang.Objectjava.lang.Enum<FIXOrderType>
com.teraspaces.qwfix.ordermanager.FIXOrderType
public enum FIXOrderType
Specifies the type of an FIXOrder.
FIXOrder.getFIXOrderType()| Enum Constant Summary | |
|---|---|
CROSS
An order with a "New Order - Cross" message. |
|
CROSS_POPULATED
An individual order populated from a cross order. |
|
INVALID
The INVALID type, only used with FIXSessionOrderManagerGTOrderHandler.queryRestatedGTOrder(com.teraspaces.qwfix.FIXMessage, com.teraspaces.qwfix.FIXEngineMessageHandlerStatus). |
|
LIST
An order with a "New Order - List" message. |
|
LIST_POPULATED
An individual order populated from a list order. |
|
MULTILEG
An order with a "New Order - Multileg" message. |
|
SINGLE
An order with a "New Order - Single" message. |
|
| Method Summary | |
|---|---|
static FIXOrderType |
valueOf(String name)
Returns the enum constant of this type with the specified name. |
static FIXOrderType[] |
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 FIXOrderType SINGLE
FIXRegularOrder.
public static final FIXOrderType MULTILEG
FIXRegularOrder.
public static final FIXOrderType CROSS
FIXCrossOrder.
public static final FIXOrderType CROSS_POPULATED
FIXRegularOrder. A cross order may populate 1 or 2 regular orders, depending on the number of sides defined in the cross order.
public static final FIXOrderType LIST
FIXListOrder.
public static final FIXOrderType LIST_POPULATED
FIXRegularOrder.
public static final FIXOrderType INVALID
FIXSessionOrderManagerGTOrderHandler.queryRestatedGTOrder(com.teraspaces.qwfix.FIXMessage, com.teraspaces.qwfix.FIXEngineMessageHandlerStatus).
| Method Detail |
|---|
public static FIXOrderType[] values()
for (FIXOrderType c : FIXOrderType.values()) System.out.println(c);
public static FIXOrderType 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 | |||||||||