quickfix.field
Class ExDestinationIDSource

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

public class ExDestinationIDSource
extends CharField

See Also:
Serialized Form

Field Summary
static char BIC
           
static int FIELD
           
static char GENERALLY_ACCEPTED_MARKET_PARTICIPANT_IDENTIFIER
           
static char ISO_COUNTRY_CODE
           
static char MIC
           
static char PROPRIETARY
           
 
Constructor Summary
ExDestinationIDSource()
           
ExDestinationIDSource(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

BIC

public static final char BIC
See Also:
Constant Field Values

GENERALLY_ACCEPTED_MARKET_PARTICIPANT_IDENTIFIER

public static final char GENERALLY_ACCEPTED_MARKET_PARTICIPANT_IDENTIFIER
See Also:
Constant Field Values

PROPRIETARY

public static final char PROPRIETARY
See Also:
Constant Field Values

ISO_COUNTRY_CODE

public static final char ISO_COUNTRY_CODE
See Also:
Constant Field Values

MIC

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

ExDestinationIDSource

public ExDestinationIDSource()

ExDestinationIDSource

public ExDestinationIDSource(char data)