quickfix.field
Class BidTradeType

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

public class BidTradeType
extends CharField

See Also:
Serialized Form

Field Summary
static char AGENCY
           
static int FIELD
           
static char GUARANTEED_CLOSE
           
static char RISK_TRADE
           
static char VWAP_GUARANTEE
           
 
Constructor Summary
BidTradeType()
           
BidTradeType(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

AGENCY

public static final char AGENCY
See Also:
Constant Field Values

VWAP_GUARANTEE

public static final char VWAP_GUARANTEE
See Also:
Constant Field Values

GUARANTEED_CLOSE

public static final char GUARANTEED_CLOSE
See Also:
Constant Field Values

RISK_TRADE

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

BidTradeType

public BidTradeType()

BidTradeType

public BidTradeType(char data)