quickfix.field
Class BenchmarkCurveName

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

public class BenchmarkCurveName
extends StringField

See Also:
Serialized Form

Field Summary
static java.lang.String EONIA
           
static java.lang.String EUREPO
           
static java.lang.String EURIBOR
           
static int FIELD
           
static java.lang.String FUTURESWAP
           
static java.lang.String LIBID
           
static java.lang.String LIBOR
           
static java.lang.String MUNIAAA
           
static java.lang.String OTHER
           
static java.lang.String PFANDBRIEFE
           
static java.lang.String SONIA
           
static java.lang.String SWAP
           
static java.lang.String TREASURY
           
 
Constructor Summary
BenchmarkCurveName()
           
BenchmarkCurveName(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

EONIA

public static final java.lang.String EONIA
See Also:
Constant Field Values

EUREPO

public static final java.lang.String EUREPO
See Also:
Constant Field Values

EURIBOR

public static final java.lang.String EURIBOR
See Also:
Constant Field Values

FUTURESWAP

public static final java.lang.String FUTURESWAP
See Also:
Constant Field Values

LIBID

public static final java.lang.String LIBID
See Also:
Constant Field Values

LIBOR

public static final java.lang.String LIBOR
See Also:
Constant Field Values

MUNIAAA

public static final java.lang.String MUNIAAA
See Also:
Constant Field Values

OTHER

public static final java.lang.String OTHER
See Also:
Constant Field Values

PFANDBRIEFE

public static final java.lang.String PFANDBRIEFE
See Also:
Constant Field Values

SONIA

public static final java.lang.String SONIA
See Also:
Constant Field Values

SWAP

public static final java.lang.String SWAP
See Also:
Constant Field Values

TREASURY

public static final java.lang.String TREASURY
See Also:
Constant Field Values
Constructor Detail

BenchmarkCurveName

public BenchmarkCurveName()

BenchmarkCurveName

public BenchmarkCurveName(java.lang.String data)