quickfix.field
Class AcctIDSource

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

public class AcctIDSource
extends IntField

See Also:
Serialized Form

Field Summary
static int BIC
           
static int DTCC_CODE
           
static int FIELD
           
static int OMGEO
           
static int OTHER
           
static int SID_CODE
           
static int TFM
           
 
Constructor Summary
AcctIDSource()
           
AcctIDSource(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

BIC

public static final int BIC
See Also:
Constant Field Values

SID_CODE

public static final int SID_CODE
See Also:
Constant Field Values

TFM

public static final int TFM
See Also:
Constant Field Values

OMGEO

public static final int OMGEO
See Also:
Constant Field Values

DTCC_CODE

public static final int DTCC_CODE
See Also:
Constant Field Values

OTHER

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

AcctIDSource

public AcctIDSource()

AcctIDSource

public AcctIDSource(int data)