quickfix.field
Class CashMargin

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

public class CashMargin
extends CharField

See Also:
Serialized Form

Field Summary
static char CASH
           
static int FIELD
           
static char MARGIN_CLOSE
           
static char MARGIN_OPEN
           
 
Constructor Summary
CashMargin()
           
CashMargin(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

CASH

public static final char CASH
See Also:
Constant Field Values

MARGIN_OPEN

public static final char MARGIN_OPEN
See Also:
Constant Field Values

MARGIN_CLOSE

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

CashMargin

public CashMargin()

CashMargin

public CashMargin(char data)