quickfix.field
Class StrategyParameterType

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

public class StrategyParameterType
extends IntField

See Also:
Serialized Form

Field Summary
static int AMT
           
static int BOOLEAN
           
static int CHAR
           
static int CURRENCY
           
static int DATA
           
static int EXCHANGE
           
static int FIELD
           
static int FLOAT
           
static int INT
           
static int LENGTH
           
static int LOCALMKTTIME
           
static int MONTH_YEAR
           
static int MULTIPLECHARVALUE
           
static int MULTIPLESTRINGVALUE
           
static int NUMINGROUP
           
static int PERCENTAGE
           
static int PRICE
           
static int PRICEOFFSET
           
static int QTY
           
static int SEQNUM
           
static int STRING
           
static int TAGNUM
           
static int UTCDATE
           
static int UTCTIMEONLY
           
static int UTCTIMESTAMP
           
 
Constructor Summary
StrategyParameterType()
           
StrategyParameterType(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

INT

public static final int INT
See Also:
Constant Field Values

LENGTH

public static final int LENGTH
See Also:
Constant Field Values

NUMINGROUP

public static final int NUMINGROUP
See Also:
Constant Field Values

SEQNUM

public static final int SEQNUM
See Also:
Constant Field Values

TAGNUM

public static final int TAGNUM
See Also:
Constant Field Values

FLOAT

public static final int FLOAT
See Also:
Constant Field Values

QTY

public static final int QTY
See Also:
Constant Field Values

PRICE

public static final int PRICE
See Also:
Constant Field Values

PRICEOFFSET

public static final int PRICEOFFSET
See Also:
Constant Field Values

AMT

public static final int AMT
See Also:
Constant Field Values

PERCENTAGE

public static final int PERCENTAGE
See Also:
Constant Field Values

CHAR

public static final int CHAR
See Also:
Constant Field Values

BOOLEAN

public static final int BOOLEAN
See Also:
Constant Field Values

STRING

public static final int STRING
See Also:
Constant Field Values

MULTIPLECHARVALUE

public static final int MULTIPLECHARVALUE
See Also:
Constant Field Values

CURRENCY

public static final int CURRENCY
See Also:
Constant Field Values

EXCHANGE

public static final int EXCHANGE
See Also:
Constant Field Values

MONTH_YEAR

public static final int MONTH_YEAR
See Also:
Constant Field Values

UTCTIMESTAMP

public static final int UTCTIMESTAMP
See Also:
Constant Field Values

UTCTIMEONLY

public static final int UTCTIMEONLY
See Also:
Constant Field Values

LOCALMKTTIME

public static final int LOCALMKTTIME
See Also:
Constant Field Values

UTCDATE

public static final int UTCDATE
See Also:
Constant Field Values

DATA

public static final int DATA
See Also:
Constant Field Values

MULTIPLESTRINGVALUE

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

StrategyParameterType

public StrategyParameterType()

StrategyParameterType

public StrategyParameterType(int data)