quickfix.field
Class DistribPaymentMethod

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

public class DistribPaymentMethod
extends IntField

See Also:
Serialized Form

Field Summary
static int ACH_CREDIT
           
static int BPAY
           
static int CHEQUE
           
static int CLEARSTREAM
           
static int CREST
           
static int DIRECT_CREDIT
           
static int EUROCLEAR
           
static int FEDWIRE
           
static int FIELD
           
static int HIGH_VALUE_CLEARING_SYSTEM_HVACS
           
static int NSCC
           
static int REINVEST_IN_FUND
           
static int TELEGRAPHIC_TRANSFER
           
 
Constructor Summary
DistribPaymentMethod()
           
DistribPaymentMethod(int data)
           
 
Method Summary
 
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
 

Field Detail

FIELD

public static final int FIELD
See Also:
Constant Field Values

CREST

public static final int CREST
See Also:
Constant Field Values

NSCC

public static final int NSCC
See Also:
Constant Field Values

EUROCLEAR

public static final int EUROCLEAR
See Also:
Constant Field Values

CLEARSTREAM

public static final int CLEARSTREAM
See Also:
Constant Field Values

CHEQUE

public static final int CHEQUE
See Also:
Constant Field Values

TELEGRAPHIC_TRANSFER

public static final int TELEGRAPHIC_TRANSFER
See Also:
Constant Field Values

FEDWIRE

public static final int FEDWIRE
See Also:
Constant Field Values

DIRECT_CREDIT

public static final int DIRECT_CREDIT
See Also:
Constant Field Values

ACH_CREDIT

public static final int ACH_CREDIT
See Also:
Constant Field Values

BPAY

public static final int BPAY
See Also:
Constant Field Values

HIGH_VALUE_CLEARING_SYSTEM_HVACS

public static final int HIGH_VALUE_CLEARING_SYSTEM_HVACS
See Also:
Constant Field Values

REINVEST_IN_FUND

public static final int REINVEST_IN_FUND
See Also:
Constant Field Values
Constructor Detail

DistribPaymentMethod

public DistribPaymentMethod()

DistribPaymentMethod

public DistribPaymentMethod(int data)