quickfix.field
Class MassCancelResponse

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

public class MassCancelResponse
extends CharField

See Also:
Serialized Form

Field Summary
static char CANCEL_ALL_ORDERS
           
static char CANCEL_ORDERS_FOR_A_CFICODE
           
static char CANCEL_ORDERS_FOR_A_PRODUCT
           
static char CANCEL_ORDERS_FOR_A_SECURITY
           
static char CANCEL_ORDERS_FOR_A_SECURITYTYPE
           
static char CANCEL_ORDERS_FOR_A_TRADING_SESSION
           
static char CANCEL_ORDERS_FOR_AN_UNDERLYING_SECURITY
           
static char CANCEL_REQUEST_REJECTED
           
static int FIELD
           
 
Constructor Summary
MassCancelResponse()
           
MassCancelResponse(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

CANCEL_REQUEST_REJECTED

public static final char CANCEL_REQUEST_REJECTED
See Also:
Constant Field Values

CANCEL_ORDERS_FOR_A_SECURITY

public static final char CANCEL_ORDERS_FOR_A_SECURITY
See Also:
Constant Field Values

CANCEL_ORDERS_FOR_AN_UNDERLYING_SECURITY

public static final char CANCEL_ORDERS_FOR_AN_UNDERLYING_SECURITY
See Also:
Constant Field Values

CANCEL_ORDERS_FOR_A_PRODUCT

public static final char CANCEL_ORDERS_FOR_A_PRODUCT
See Also:
Constant Field Values

CANCEL_ORDERS_FOR_A_CFICODE

public static final char CANCEL_ORDERS_FOR_A_CFICODE
See Also:
Constant Field Values

CANCEL_ORDERS_FOR_A_SECURITYTYPE

public static final char CANCEL_ORDERS_FOR_A_SECURITYTYPE
See Also:
Constant Field Values

CANCEL_ORDERS_FOR_A_TRADING_SESSION

public static final char CANCEL_ORDERS_FOR_A_TRADING_SESSION
See Also:
Constant Field Values

CANCEL_ALL_ORDERS

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

MassCancelResponse

public MassCancelResponse()

MassCancelResponse

public MassCancelResponse(char data)