public static enum ITesterEvent.EventType extends java.lang.Enum<ITesterEvent.EventType>
Enum Constant and Description |
---|
CANCELED_BY_USER |
COMMISSIONS |
EXCEPTION |
MARGIN_CALL |
MARGIN_CUT |
MESSAGE |
ORDER_CANCEL |
ORDER_CHANGED |
ORDER_CLOSE |
ORDER_ENTRY |
ORDER_FILLED |
ORDERS_MERGED |
OVERNIGHTS |
Modifier and Type | Method and Description |
---|---|
static ITesterEvent.EventType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ITesterEvent.EventType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ITesterEvent.EventType ORDER_ENTRY
public static final ITesterEvent.EventType ORDER_CHANGED
public static final ITesterEvent.EventType ORDER_FILLED
public static final ITesterEvent.EventType ORDER_CLOSE
public static final ITesterEvent.EventType ORDER_CANCEL
public static final ITesterEvent.EventType MESSAGE
public static final ITesterEvent.EventType MARGIN_CALL
public static final ITesterEvent.EventType MARGIN_CUT
public static final ITesterEvent.EventType COMMISSIONS
public static final ITesterEvent.EventType OVERNIGHTS
public static final ITesterEvent.EventType ORDERS_MERGED
public static final ITesterEvent.EventType EXCEPTION
public static final ITesterEvent.EventType CANCELED_BY_USER
public static ITesterEvent.EventType[] values()
for (ITesterEvent.EventType c : ITesterEvent.EventType.values()) System.out.println(c);
public static ITesterEvent.EventType valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant with the specified namejava.lang.NullPointerException
- if the argument is nullCopyright © 2024. All rights reserved.