quickfix.field
Class MDEntryType

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

public class MDEntryType
extends CharField

See Also:
Serialized Form

Field Summary
static char AUCTION_CLEARING_PRICE
           
static char BID
           
static char CLOSING_PRICE
           
static char COMPOSITE_UNDERLYING_PRICE
           
static char EARLY_PRICES
           
static char EMPTY_BOOK
           
static int FIELD
           
static char IMBALANCE
           
static char INDEX_VALUE
           
static char MARGIN_RATE
           
static char MID_PRICE
           
static char OFFER
           
static char OPEN_INTEREST
           
static char OPENING_PRICE
           
static char PRIOR_SETTLE_PRICE
           
static char SESSION_HIGH_BID
           
static char SESSION_LOW_OFFER
           
static char SETTLE_HIGH_PRICE
           
static char SETTLE_LOW_PRICE
           
static char SETTLEMENT_PRICE
           
static char SIMULATED_BUY_PRICE
           
static char SIMULATED_SELL_PRICE
           
static char TRADE
           
static char TRADE_VOLUME
           
static char TRADING_SESSION_HIGH_PRICE
           
static char TRADING_SESSION_LOW_PRICE
           
static char TRADING_SESSION_VWAP_PRICE
           
 
Constructor Summary
MDEntryType()
           
MDEntryType(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

BID

public static final char BID
See Also:
Constant Field Values

OFFER

public static final char OFFER
See Also:
Constant Field Values

TRADE

public static final char TRADE
See Also:
Constant Field Values

INDEX_VALUE

public static final char INDEX_VALUE
See Also:
Constant Field Values

OPENING_PRICE

public static final char OPENING_PRICE
See Also:
Constant Field Values

CLOSING_PRICE

public static final char CLOSING_PRICE
See Also:
Constant Field Values

SETTLEMENT_PRICE

public static final char SETTLEMENT_PRICE
See Also:
Constant Field Values

TRADING_SESSION_HIGH_PRICE

public static final char TRADING_SESSION_HIGH_PRICE
See Also:
Constant Field Values

TRADING_SESSION_LOW_PRICE

public static final char TRADING_SESSION_LOW_PRICE
See Also:
Constant Field Values

TRADING_SESSION_VWAP_PRICE

public static final char TRADING_SESSION_VWAP_PRICE
See Also:
Constant Field Values

IMBALANCE

public static final char IMBALANCE
See Also:
Constant Field Values

TRADE_VOLUME

public static final char TRADE_VOLUME
See Also:
Constant Field Values

OPEN_INTEREST

public static final char OPEN_INTEREST
See Also:
Constant Field Values

COMPOSITE_UNDERLYING_PRICE

public static final char COMPOSITE_UNDERLYING_PRICE
See Also:
Constant Field Values

SIMULATED_SELL_PRICE

public static final char SIMULATED_SELL_PRICE
See Also:
Constant Field Values

SIMULATED_BUY_PRICE

public static final char SIMULATED_BUY_PRICE
See Also:
Constant Field Values

MARGIN_RATE

public static final char MARGIN_RATE
See Also:
Constant Field Values

MID_PRICE

public static final char MID_PRICE
See Also:
Constant Field Values

EMPTY_BOOK

public static final char EMPTY_BOOK
See Also:
Constant Field Values

SETTLE_HIGH_PRICE

public static final char SETTLE_HIGH_PRICE
See Also:
Constant Field Values

SETTLE_LOW_PRICE

public static final char SETTLE_LOW_PRICE
See Also:
Constant Field Values

PRIOR_SETTLE_PRICE

public static final char PRIOR_SETTLE_PRICE
See Also:
Constant Field Values

SESSION_HIGH_BID

public static final char SESSION_HIGH_BID
See Also:
Constant Field Values

SESSION_LOW_OFFER

public static final char SESSION_LOW_OFFER
See Also:
Constant Field Values

EARLY_PRICES

public static final char EARLY_PRICES
See Also:
Constant Field Values

AUCTION_CLEARING_PRICE

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

MDEntryType

public MDEntryType()

MDEntryType

public MDEntryType(char data)