quickfix.field
Class CorporateAction

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

public class CorporateAction
extends StringField

See Also:
Serialized Form

Field Summary
static char CASH_DIVIDEND
           
static char CUSIP
           
static char EX_DISTRIBUTION
           
static char EX_DIVIDEND
           
static char EX_INTEREST
           
static char EX_RIGHTS
           
static int FIELD
           
static char LEAP_ROLLOVER
           
static char LIQUIDATION_REORGANIZATION
           
static char MERGER_REORGANIZATION
           
static char NEW
           
static char NON_INTEGER_STOCK_SPLIT
           
static char POSITION_CONSOLIDATION
           
static char REVERSE_STOCK_SPLIT
           
static char RIGHTS_OFFERING
           
static char SHAREHOLDER_MEETING
           
static char SPECIAL_ACTION
           
static char SPINOFF
           
static char STANDARD_INTEGER_STOCK_SPLIT
           
static char STOCK_DIVIDEND
           
static char SYMBOL_CONVERSION
           
static char TENDER_OFFER
           
static char WARRANT
           
 
Constructor Summary
CorporateAction()
           
CorporateAction(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

EX_DIVIDEND

public static final char EX_DIVIDEND
See Also:
Constant Field Values

EX_DISTRIBUTION

public static final char EX_DISTRIBUTION
See Also:
Constant Field Values

EX_RIGHTS

public static final char EX_RIGHTS
See Also:
Constant Field Values

NEW

public static final char NEW
See Also:
Constant Field Values

EX_INTEREST

public static final char EX_INTEREST
See Also:
Constant Field Values

CASH_DIVIDEND

public static final char CASH_DIVIDEND
See Also:
Constant Field Values

STOCK_DIVIDEND

public static final char STOCK_DIVIDEND
See Also:
Constant Field Values

NON_INTEGER_STOCK_SPLIT

public static final char NON_INTEGER_STOCK_SPLIT
See Also:
Constant Field Values

REVERSE_STOCK_SPLIT

public static final char REVERSE_STOCK_SPLIT
See Also:
Constant Field Values

STANDARD_INTEGER_STOCK_SPLIT

public static final char STANDARD_INTEGER_STOCK_SPLIT
See Also:
Constant Field Values

POSITION_CONSOLIDATION

public static final char POSITION_CONSOLIDATION
See Also:
Constant Field Values

LIQUIDATION_REORGANIZATION

public static final char LIQUIDATION_REORGANIZATION
See Also:
Constant Field Values

MERGER_REORGANIZATION

public static final char MERGER_REORGANIZATION
See Also:
Constant Field Values

RIGHTS_OFFERING

public static final char RIGHTS_OFFERING
See Also:
Constant Field Values

SHAREHOLDER_MEETING

public static final char SHAREHOLDER_MEETING
See Also:
Constant Field Values

SPINOFF

public static final char SPINOFF
See Also:
Constant Field Values

TENDER_OFFER

public static final char TENDER_OFFER
See Also:
Constant Field Values

WARRANT

public static final char WARRANT
See Also:
Constant Field Values

SPECIAL_ACTION

public static final char SPECIAL_ACTION
See Also:
Constant Field Values

SYMBOL_CONVERSION

public static final char SYMBOL_CONVERSION
See Also:
Constant Field Values

CUSIP

public static final char CUSIP
See Also:
Constant Field Values

LEAP_ROLLOVER

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

CorporateAction

public CorporateAction()

CorporateAction

public CorporateAction(java.lang.String data)