quickfix.field
Class LiquidityIndType

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

public class LiquidityIndType
extends IntField

See Also:
Serialized Form

Field Summary
static int FIELD
           
static int FIVEDAY_MOVING_AVERAGE
           
static int NORMAL_MARKET_SIZE
           
static int OTHER
           
static int TWENTYDAY_MOVING_AVERAGE
           
 
Constructor Summary
LiquidityIndType()
           
LiquidityIndType(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

FIVEDAY_MOVING_AVERAGE

public static final int FIVEDAY_MOVING_AVERAGE
See Also:
Constant Field Values

TWENTYDAY_MOVING_AVERAGE

public static final int TWENTYDAY_MOVING_AVERAGE
See Also:
Constant Field Values

NORMAL_MARKET_SIZE

public static final int NORMAL_MARKET_SIZE
See Also:
Constant Field Values

OTHER

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

LiquidityIndType

public LiquidityIndType()

LiquidityIndType

public LiquidityIndType(int data)