quickfix.field
Class MoneyLaunderingStatus

java.lang.Object
  extended by quickfix.Field<java.lang.Character>
      extended by quickfix.CharField
          extended by quickfix.field.MoneyLaunderingStatus
All Implemented Interfaces:
java.io.Serializable

public class MoneyLaunderingStatus
extends CharField

See Also:
Serialized Form

Field Summary
static char EXEMPT_AUTHORISED_CREDIT_OR_FINANCIAL_INSTITUTION
           
static char EXEMPT_BELOW_THE_LIMIT
           
static char EXEMPT_CLIENT_MONEY_TYPE_EXEMPTION
           
static int FIELD
           
static char NOT_CHECKED
           
static char PASSED
           
 
Constructor Summary
MoneyLaunderingStatus()
           
MoneyLaunderingStatus(char data)
           
 
Method Summary
 
Methods inherited from class quickfix.CharField
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
 

Field Detail

FIELD

public static final int FIELD
See Also:
Constant Field Values

PASSED

public static final char PASSED
See Also:
Constant Field Values

NOT_CHECKED

public static final char NOT_CHECKED
See Also:
Constant Field Values

EXEMPT_BELOW_THE_LIMIT

public static final char EXEMPT_BELOW_THE_LIMIT
See Also:
Constant Field Values

EXEMPT_CLIENT_MONEY_TYPE_EXEMPTION

public static final char EXEMPT_CLIENT_MONEY_TYPE_EXEMPTION
See Also:
Constant Field Values

EXEMPT_AUTHORISED_CREDIT_OR_FINANCIAL_INSTITUTION

public static final char EXEMPT_AUTHORISED_CREDIT_OR_FINANCIAL_INSTITUTION
See Also:
Constant Field Values
Constructor Detail

MoneyLaunderingStatus

public MoneyLaunderingStatus()

MoneyLaunderingStatus

public MoneyLaunderingStatus(char data)