|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectquickfix.Field<java.lang.Integer>
quickfix.IntField
quickfix.field.BusinessRejectReason
quickfix.BusinessRejectReasonText
public class BusinessRejectReasonText
Description strings for business reject reasons.
BusinessRejectReason
,
Serialized FormField Summary |
---|
Fields inherited from class quickfix.field.BusinessRejectReason |
---|
APPLICATION_NOT_AVAILABLE, CONDITIONALLY_REQUIRED_FIELD_MISSING, DELIVERTO_FIRM_NOT_AVAILABLE_AT_THIS_TIME, FIELD, INVALID_PRICE_INCREMENT, NOT_AUTHORIZED, OTHER, UNKNOWN_SECURITY, UNKOWN_ID, UNSUPPORTED_MESSAGE_TYPE |
Constructor Summary | |
---|---|
BusinessRejectReasonText()
|
Method Summary | |
---|---|
static java.lang.String |
getMessage(int rejectReason)
Get the description string for a specified business reject reason. |
Methods inherited from class quickfix.IntField |
---|
getValue, setValue, setValue, valueEquals, valueEquals |
Methods inherited from class quickfix.Field |
---|
equals, getField, getObject, getTag, hashCode, objectAsString, setObject, setTag, toString |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public BusinessRejectReasonText()
Method Detail |
---|
public static java.lang.String getMessage(int rejectReason)
rejectReason
- the reason
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |