public enum ExecInstValue extends Enum<ExecInstValue> implements EnumValue
Modifier and Type | Method and Description |
---|---|
boolean |
equals(byte[] val) |
boolean |
equals(byte[] val,
int offset,
int length) |
byte[] |
getValue() |
static ExecInstValue |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ExecInstValue[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ExecInstValue STAY_ON_OFFERSIDE
public static final ExecInstValue NOT_HELD
public static final ExecInstValue WORK
public static final ExecInstValue GO_ALONG
public static final ExecInstValue OVER_THE_DAY
public static final ExecInstValue HELD
public static final ExecInstValue PARTICIPATE_DONT_INITIATE
public static final ExecInstValue STRICT_SCALE
public static final ExecInstValue TRY_TO_SCALE
public static final ExecInstValue STAY_ON_BIDSIDE
public static final ExecInstValue NO_CROSS
public static final ExecInstValue OK_TO_CROSS
public static final ExecInstValue CALL_FIRST
public static final ExecInstValue PERCENT_OF_VOLUME
public static final ExecInstValue DNI
public static final ExecInstValue DNR
public static final ExecInstValue AON
public static final ExecInstValue REINSTATE_ON_SYSTEM_FAILURE
public static final ExecInstValue INSTITUTIONS_ONLY
public static final ExecInstValue REINSTATE_ON_TRADING_HALT
public static final ExecInstValue CANCEL_ON_TRADING_HALT
public static final ExecInstValue LAST_PEG
public static final ExecInstValue MID_PRICE_PEG
public static final ExecInstValue NON_NEGOTIABLE
public static final ExecInstValue OPENING_PEG
public static final ExecInstValue MARKET_PEG
public static final ExecInstValue CANCEL_ON_SYSTEM_FAILURE
public static final ExecInstValue PRIMARY_PEG
public static final ExecInstValue SUSPEND
public static final ExecInstValue FIXED_PEG
public static final ExecInstValue CUSTOMER_DISPLAY_INSTRUCTIONS
public static final ExecInstValue FOREX_NETTING
public static final ExecInstValue PEG_TO_VWAP
public static final ExecInstValue TRADE_ALONG
public static final ExecInstValue TRY_TO_STOP
public static final ExecInstValue CANCEL_IF_NOT_BEST
public static final ExecInstValue TRAILING_STOP_PEG
public static final ExecInstValue STRICT_LIMIT
public static final ExecInstValue IGNORE_PRICE_VALIDITY_CHECKS
public static final ExecInstValue PEG_TO_LIMIT_PRICE
public static final ExecInstValue WORK_TO_TARGET_STRATEGY
public static final ExecInstValue INTERMARKET_SWEEP
public static final ExecInstValue EXTERNAL_ROUTING_ALLOWED
public static final ExecInstValue EXTERNAL_ROUTING_NOT_ALLOWED
public static final ExecInstValue IMBALANCE_ONLY
public static final ExecInstValue SINGLE_EXECUTION_REQUESTED_FOR_BLOCK_TRADE
public static final ExecInstValue BEST_EXECUTION
public static final ExecInstValue SUSPEND_ON_SYSTEM_FAILURE
public static final ExecInstValue SUSPEND_ON_TRADING_HALT
public static final ExecInstValue REINSTATE_ON_CONNECTION_LOSS
public static final ExecInstValue CANCEL_ON_CONNECTION_LOSS
public static final ExecInstValue SUSPEND_ON_CONNECTION_LOSS
public static final ExecInstValue RELEASE_FROM_SUSPENSION
public static final ExecInstValue EXECUTE_AS_DELTA_NEUTRAL
public static final ExecInstValue EXECUTE_AS_DURATION_NEUTRAL
public static final ExecInstValue EXECUTE_AS_FX_NEUTRAL
public static ExecInstValue[] values()
for (ExecInstValue c : ExecInstValue.values()) System.out.println(c);
public static ExecInstValue 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.