public enum MassCancelResponse extends Enum<MassCancelResponse> implements EnumValue
Enum Constant and Description |
---|
CANCEL_ALL_ORDERS |
CANCEL_ORDERS_FOR_CFICODE |
CANCEL_ORDERS_FOR_PRODUCT |
CANCEL_ORDERS_FOR_SECURITY |
CANCEL_ORDERS_FOR_SECURITYTYPE |
CANCEL_ORDERS_FOR_TRADING_SESSION |
CANCEL_ORDERS_FOR_UNDERLYING |
CANCEL_REQUEST_REJECT |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(byte[] val) |
boolean |
equals(byte[] val,
int offset,
int length) |
byte[] |
getValue() |
static MassCancelResponse |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MassCancelResponse[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final MassCancelResponse CANCEL_REQUEST_REJECT
public static final MassCancelResponse CANCEL_ORDERS_FOR_SECURITY
public static final MassCancelResponse CANCEL_ORDERS_FOR_UNDERLYING
public static final MassCancelResponse CANCEL_ORDERS_FOR_PRODUCT
public static final MassCancelResponse CANCEL_ORDERS_FOR_CFICODE
public static final MassCancelResponse CANCEL_ORDERS_FOR_SECURITYTYPE
public static final MassCancelResponse CANCEL_ORDERS_FOR_TRADING_SESSION
public static final MassCancelResponse CANCEL_ALL_ORDERS
public static MassCancelResponse[] values()
for (MassCancelResponse c : MassCancelResponse.values()) System.out.println(c);
public static MassCancelResponse valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is nullpublic boolean equals(byte[] val, int offset, int length)
Copyright © 2000–2022 EPAM Systems. All rights reserved.