quickfix.field
Class BasisPxType

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

public class BasisPxType
extends CharField

See Also:
Serialized Form

Field Summary
static char CLOSING_PRICE
           
static char CLOSING_PRICE_AT_MORNING_SESSION
           
static char CURRENT_PRICE
           
static int FIELD
           
static char OPEN
           
static char OTHERS
           
static char SQ
           
static char STRIKE
           
static char VWAP_THROUGH_A_DAY
           
static char VWAP_THROUGH_A_DAY_EXCEPT_YORI
           
static char VWAP_THROUGH_A_MORNING_SESSION
           
static char VWAP_THROUGH_A_MORNING_SESSION_EXCEPT_YORI
           
static char VWAP_THROUGH_AN_AFTERNOON_SESSION
           
static char VWAP_THROUGH_AN_AFTERNOON_SESSION_EXCEPT_YORI
           
 
Constructor Summary
BasisPxType()
           
BasisPxType(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

CLOSING_PRICE_AT_MORNING_SESSION

public static final char CLOSING_PRICE_AT_MORNING_SESSION
See Also:
Constant Field Values

CLOSING_PRICE

public static final char CLOSING_PRICE
See Also:
Constant Field Values

CURRENT_PRICE

public static final char CURRENT_PRICE
See Also:
Constant Field Values

SQ

public static final char SQ
See Also:
Constant Field Values

VWAP_THROUGH_A_DAY

public static final char VWAP_THROUGH_A_DAY
See Also:
Constant Field Values

VWAP_THROUGH_A_MORNING_SESSION

public static final char VWAP_THROUGH_A_MORNING_SESSION
See Also:
Constant Field Values

VWAP_THROUGH_AN_AFTERNOON_SESSION

public static final char VWAP_THROUGH_AN_AFTERNOON_SESSION
See Also:
Constant Field Values

VWAP_THROUGH_A_DAY_EXCEPT_YORI

public static final char VWAP_THROUGH_A_DAY_EXCEPT_YORI
See Also:
Constant Field Values

VWAP_THROUGH_A_MORNING_SESSION_EXCEPT_YORI

public static final char VWAP_THROUGH_A_MORNING_SESSION_EXCEPT_YORI
See Also:
Constant Field Values

VWAP_THROUGH_AN_AFTERNOON_SESSION_EXCEPT_YORI

public static final char VWAP_THROUGH_AN_AFTERNOON_SESSION_EXCEPT_YORI
See Also:
Constant Field Values

STRIKE

public static final char STRIKE
See Also:
Constant Field Values

OPEN

public static final char OPEN
See Also:
Constant Field Values

OTHERS

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

BasisPxType

public BasisPxType()

BasisPxType

public BasisPxType(char data)