quickfix
Class BusinessRejectReasonText

java.lang.Object
  extended by quickfix.Field<java.lang.Integer>
      extended by quickfix.IntField
          extended by quickfix.field.BusinessRejectReason
              extended by quickfix.BusinessRejectReasonText
All Implemented Interfaces:
java.io.Serializable

public class BusinessRejectReasonText
extends BusinessRejectReason

Description strings for business reject reasons.

See Also:
BusinessRejectReason, Serialized Form

Field 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

BusinessRejectReasonText

public BusinessRejectReasonText()
Method Detail

getMessage

public static java.lang.String getMessage(int rejectReason)
Get the description string for a specified business reject reason.

Parameters:
rejectReason - the reason
Returns:
the description or null if there isn't a description for that reason