quickfix.field
Class AvgPxIndicator

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

public class AvgPxIndicator
extends IntField

See Also:
Serialized Form

Field Summary
static int FIELD
           
static int LAST_TRADE_IN_THE_AVERAGE_PRICE_GROUP_IDENTIFIED_BY_THE_TRADELINKID
           
static int NO_AVERAGE_PRICING
           
static int TRADE_IS_PART_OF_AN_AVERAGE_PRICE_GROUP_IDENTIFIED_BY_THE_TRADELINKID
           
 
Constructor Summary
AvgPxIndicator()
           
AvgPxIndicator(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

NO_AVERAGE_PRICING

public static final int NO_AVERAGE_PRICING
See Also:
Constant Field Values

TRADE_IS_PART_OF_AN_AVERAGE_PRICE_GROUP_IDENTIFIED_BY_THE_TRADELINKID

public static final int TRADE_IS_PART_OF_AN_AVERAGE_PRICE_GROUP_IDENTIFIED_BY_THE_TRADELINKID
See Also:
Constant Field Values

LAST_TRADE_IN_THE_AVERAGE_PRICE_GROUP_IDENTIFIED_BY_THE_TRADELINKID

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

AvgPxIndicator

public AvgPxIndicator()

AvgPxIndicator

public AvgPxIndicator(int data)