quickfix.field
Class OpenCloseSettleFlag

java.lang.Object
  extended by quickfix.Field<java.lang.String>
      extended by quickfix.StringField
          extended by quickfix.field.OpenCloseSettleFlag
All Implemented Interfaces:
java.io.Serializable

public class OpenCloseSettleFlag
extends StringField

See Also:
Serialized Form

Field Summary
static char DAILY_OPEN
           
static char DELIVERY_SETTLEMENT_PRICE
           
static char EXPECTED_PRICE
           
static int FIELD
           
static char PRICE_FROM_PREVIOUS_BUSINESS_DAY
           
static char SESSION_OPEN
           
 
Constructor Summary
OpenCloseSettleFlag()
           
OpenCloseSettleFlag(java.lang.String data)
           
 
Method Summary
 
Methods inherited from class quickfix.StringField
getValue, setValue, 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

DAILY_OPEN

public static final char DAILY_OPEN
See Also:
Constant Field Values

SESSION_OPEN

public static final char SESSION_OPEN
See Also:
Constant Field Values

DELIVERY_SETTLEMENT_PRICE

public static final char DELIVERY_SETTLEMENT_PRICE
See Also:
Constant Field Values

EXPECTED_PRICE

public static final char EXPECTED_PRICE
See Also:
Constant Field Values

PRICE_FROM_PREVIOUS_BUSINESS_DAY

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

OpenCloseSettleFlag

public OpenCloseSettleFlag()

OpenCloseSettleFlag

public OpenCloseSettleFlag(java.lang.String data)