quickfix.field
Class SecurityRequestType

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

public class SecurityRequestType
extends IntField

See Also:
Serialized Form

Field Summary
static int FIELD
           
static int REQUEST_LIST_SECURITIES
           
static int REQUEST_LIST_SECURITY_TYPES
           
static int REQUEST_SECURITY_IDENTITY_AND_SPECIFICATIONS
           
static int REQUEST_SECURITY_IDENTITY_FOR_THE_SPECIFICATIONS_PROVIDED
           
 
Constructor Summary
SecurityRequestType()
           
SecurityRequestType(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

REQUEST_SECURITY_IDENTITY_AND_SPECIFICATIONS

public static final int REQUEST_SECURITY_IDENTITY_AND_SPECIFICATIONS
See Also:
Constant Field Values

REQUEST_SECURITY_IDENTITY_FOR_THE_SPECIFICATIONS_PROVIDED

public static final int REQUEST_SECURITY_IDENTITY_FOR_THE_SPECIFICATIONS_PROVIDED
See Also:
Constant Field Values

REQUEST_LIST_SECURITY_TYPES

public static final int REQUEST_LIST_SECURITY_TYPES
See Also:
Constant Field Values

REQUEST_LIST_SECURITIES

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

SecurityRequestType

public SecurityRequestType()

SecurityRequestType

public SecurityRequestType(int data)