public enum SessionRejectReason extends Enum<SessionRejectReason>
Enum Constant and Description |
---|
CLIENTORDERID_NOT_UNIQUE
Duplicate Order (ClOrdID).
|
CREATE_CI_THROTTLE_EXCEEDED
Throttle limit for creation of complex instrument exceeded.
|
DECRYPTION_PROBLEM
Decryption problem.
|
EXPOSURE_LIMIT_EXCEEDED
Stale request was not forwarded to T7.
|
GATEWAY_IS_STANDBY
Gateway is standby.
|
HEARTBEAT_VIOLATION
Heartbeat violation error.
|
INCORRECT_NUMINGROUP_COUNT
Incorrect NumInGroup count for repeating group.
|
INTERNAL_TECHNICAL_ERROR
Internal technical error.
|
INVALID_MSGID
Invalid TemplateID.
|
NO_VALUE
Identifies no value.
|
ORDER_NOT_EXECUTABLE_WITHIN_VALIDITY
GFD order is not executable on current business day.
|
ORDER_NOT_FOUND
Order not found.
|
OTHER
Other.
|
OUTBOUND_CONVERSION_ERROR
Error converting response or broadcast.
|
OUTSTANDING_LOGINS_BU_LIMIT_REACHED
Limit of outstanding session/user logins reached (per Business Unit).
|
OUTSTANDING_LOGINS_SESSION_LIMIT_REACHED
Limit of outstanding session/user logins reached (per Session).
|
PASSWORD_TIMESTAMP_NOT_IN_GRACE_PERIOD
Password timestamp not in grace period.
|
PRICE_NOT_REASONABLE
Price not reasonable.
|
PSGATEWAY_SESSION_LIMIT_REACHED
Session limit reached (per PS Gateway and Business Unit).
|
QUOTE_ACTIVATION_IN_PROGRESS
another quote activation request is pending for the same Product / Instrument Type / SessionID.
|
REQUIRED_MIN_LOT_SIZE_NOT_REACHED
Required min lot size not reached.
|
REQUIRED_TAG_MISSING
Required Tag Missing.
|
SERVICE_NOT_AVAILABLE
Service not available.
|
SERVICE_TEMPORARILY_NOT_AVAILABLE
Service temporarily not available.
|
SESSION_LOGIN_LIMIT_REACHED
Session login limit (per time interval) reached.
|
STOP_ASK_PRICE_NOT_REASONABLE
Stop sell price not reasonable.
|
STOP_BID_PRICE_NOT_REASONABLE
Stop buy price not reasonable.
|
THROTTLE_LIMIT_EXCEEDED
Throttle limit exceeded.
|
TRANSACTION_NOT_ALLOWED_IN_CURRENT_STATE
Order maintenance not allowed in current state.
|
USER_ALREADY_LOGGED_IN
User already logged in.
|
USER_ENTITLEMENT_DATA_TIMEOUT
User Entitlement Data time out.
|
USER_LOGIN_LIMIT_REACHED
User login tries limit (per time interval) reached.
|
VALIDATION_ERROR
Validation Error.
|
VALUE_IS_INCORRECT
Value is incorrect (out of range) for this tag.
|
Modifier and Type | Method and Description |
---|---|
static SessionRejectReason |
forValue(int value) |
int |
getValue() |
static SessionRejectReason |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SessionRejectReason[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SessionRejectReason NO_VALUE
public static final SessionRejectReason REQUIRED_TAG_MISSING
public static final SessionRejectReason VALUE_IS_INCORRECT
public static final SessionRejectReason DECRYPTION_PROBLEM
public static final SessionRejectReason INVALID_MSGID
public static final SessionRejectReason INCORRECT_NUMINGROUP_COUNT
public static final SessionRejectReason OTHER
public static final SessionRejectReason THROTTLE_LIMIT_EXCEEDED
public static final SessionRejectReason EXPOSURE_LIMIT_EXCEEDED
public static final SessionRejectReason SERVICE_TEMPORARILY_NOT_AVAILABLE
public static final SessionRejectReason SERVICE_NOT_AVAILABLE
public static final SessionRejectReason OUTBOUND_CONVERSION_ERROR
public static final SessionRejectReason HEARTBEAT_VIOLATION
public static final SessionRejectReason INTERNAL_TECHNICAL_ERROR
public static final SessionRejectReason VALIDATION_ERROR
public static final SessionRejectReason USER_ALREADY_LOGGED_IN
public static final SessionRejectReason GATEWAY_IS_STANDBY
public static final SessionRejectReason SESSION_LOGIN_LIMIT_REACHED
public static final SessionRejectReason USER_ENTITLEMENT_DATA_TIMEOUT
public static final SessionRejectReason PSGATEWAY_SESSION_LIMIT_REACHED
public static final SessionRejectReason USER_LOGIN_LIMIT_REACHED
public static final SessionRejectReason OUTSTANDING_LOGINS_BU_LIMIT_REACHED
public static final SessionRejectReason OUTSTANDING_LOGINS_SESSION_LIMIT_REACHED
public static final SessionRejectReason PASSWORD_TIMESTAMP_NOT_IN_GRACE_PERIOD
public static final SessionRejectReason ORDER_NOT_FOUND
public static final SessionRejectReason PRICE_NOT_REASONABLE
public static final SessionRejectReason CLIENTORDERID_NOT_UNIQUE
public static final SessionRejectReason QUOTE_ACTIVATION_IN_PROGRESS
public static final SessionRejectReason STOP_BID_PRICE_NOT_REASONABLE
public static final SessionRejectReason STOP_ASK_PRICE_NOT_REASONABLE
public static final SessionRejectReason ORDER_NOT_EXECUTABLE_WITHIN_VALIDITY
public static final SessionRejectReason CREATE_CI_THROTTLE_EXCEEDED
public static final SessionRejectReason TRANSACTION_NOT_ALLOWED_IN_CURRENT_STATE
public static final SessionRejectReason REQUIRED_MIN_LOT_SIZE_NOT_REACHED
public static SessionRejectReason[] values()
for (SessionRejectReason c : SessionRejectReason.values()) System.out.println(c);
public static SessionRejectReason 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 int getValue()
public static SessionRejectReason forValue(int value)
Copyright © 2012–2024 Onix Solutions. All rights reserved.