quickfix.fix40
Class OrderCancelRequest

java.lang.Object
  extended by quickfix.FieldMap
      extended by quickfix.Message
          extended by quickfix.fix40.Message
              extended by quickfix.fix40.OrderCancelRequest
All Implemented Interfaces:
java.io.Serializable

public class OrderCancelRequest
extends Message

See Also:
Serialized Form

Nested Class Summary
 
Nested classes/interfaces inherited from class quickfix.fix40.Message
Message.Header
 
Nested classes/interfaces inherited from class quickfix.Message
Message.Trailer
 
Field Summary
static java.lang.String MSGTYPE
           
 
Fields inherited from class quickfix.Message
header, trailer
 
Constructor Summary
OrderCancelRequest()
           
OrderCancelRequest(OrigClOrdID origClOrdID, ClOrdID clOrdID, CxlType cxlType, Symbol symbol, Side side, OrderQty orderQty)
           
 
Method Summary
 ClientID get(ClientID value)
           
 ClOrdID get(ClOrdID value)
           
 CxlType get(CxlType value)
           
 ExecBroker get(ExecBroker value)
           
 IDSource get(IDSource value)
           
 Issuer get(Issuer value)
           
 ListID get(ListID value)
           
 OrderID get(OrderID value)
           
 OrderQty get(OrderQty value)
           
 OrigClOrdID get(OrigClOrdID value)
           
 SecurityDesc get(SecurityDesc value)
           
 SecurityID get(SecurityID value)
           
 Side get(Side value)
           
 Symbol get(Symbol value)
           
 SymbolSfx get(SymbolSfx value)
           
 Text get(Text value)
           
 ClientID getClientID()
           
 ClOrdID getClOrdID()
           
 CxlType getCxlType()
           
 ExecBroker getExecBroker()
           
 IDSource getIDSource()
           
 Issuer getIssuer()
           
 ListID getListID()
           
 OrderID getOrderID()
           
 OrderQty getOrderQty()
           
 OrigClOrdID getOrigClOrdID()
           
 SecurityDesc getSecurityDesc()
           
 SecurityID getSecurityID()
           
 Side getSide()
           
 Symbol getSymbol()
           
 SymbolSfx getSymbolSfx()
           
 Text getText()
           
 boolean isSet(ClientID field)
           
 boolean isSet(ClOrdID field)
           
 boolean isSet(CxlType field)
           
 boolean isSet(ExecBroker field)
           
 boolean isSet(IDSource field)
           
 boolean isSet(Issuer field)
           
 boolean isSet(ListID field)
           
 boolean isSet(OrderID field)
           
 boolean isSet(OrderQty field)
           
 boolean isSet(OrigClOrdID field)
           
 boolean isSet(SecurityDesc field)
           
 boolean isSet(SecurityID field)
           
 boolean isSet(Side field)
           
 boolean isSet(Symbol field)
           
 boolean isSet(SymbolSfx field)
           
 boolean isSet(Text field)
           
 boolean isSetClientID()
           
 boolean isSetClOrdID()
           
 boolean isSetCxlType()
           
 boolean isSetExecBroker()
           
 boolean isSetIDSource()
           
 boolean isSetIssuer()
           
 boolean isSetListID()
           
 boolean isSetOrderID()
           
 boolean isSetOrderQty()
           
 boolean isSetOrigClOrdID()
           
 boolean isSetSecurityDesc()
           
 boolean isSetSecurityID()
           
 boolean isSetSide()
           
 boolean isSetSymbol()
           
 boolean isSetSymbolSfx()
           
 boolean isSetText()
           
 void set(ClientID value)
           
 void set(ClOrdID value)
           
 void set(CxlType value)
           
 void set(ExecBroker value)
           
 void set(IDSource value)
           
 void set(Issuer value)
           
 void set(ListID value)
           
 void set(OrderID value)
           
 void set(OrderQty value)
           
 void set(OrigClOrdID value)
           
 void set(SecurityDesc value)
           
 void set(SecurityID value)
           
 void set(Side value)
           
 void set(Symbol value)
           
 void set(SymbolSfx value)
           
 void set(Text value)
           
 
Methods inherited from class quickfix.fix40.Message
get, get, get, getCheckSum, getSignature, getSignatureLength, isSet, isSet, isSet, isSetCheckSum, isSetSignature, isSetSignatureLength, set, set, set
 
Methods inherited from class quickfix.Message
bodyLength, clear, clone, fromString, fromString, getException, getHeader, getTrailer, headerAddGroup, headerGetGroup, headerHasGroup, headerHasGroup, headerHasGroup, headerHasGroup, headerRemoveGroup, headerReplaceGroup, identifyType, InitializeXML, isAdmin, isApp, isEmpty, pushBack, reverseRoute, toString, toXML, toXML, trailerAddGroup, trailerGetGroup, trailerHasGroup, trailerHasGroup, trailerHasGroup, trailerHasGroup, trailerRemoveGroup, trailerReplaceGroup
 
Methods inherited from class quickfix.FieldMap
addGroup, calculateString, getBoolean, getChar, getComponent, getDecimal, getDouble, getField, getField, getField, getField, getField, getField, getField, getField, getField, getField, getFieldOrder, getGroup, getGroupCount, getGroups, getInt, getString, getUtcDateOnly, getUtcTimeOnly, getUtcTimeStamp, groupKeyIterator, hasGroup, hasGroup, hasGroup, hasGroup, initializeFrom, isSetField, isSetField, iterator, removeField, removeGroup, removeGroup, removeGroup, removeGroup, replaceGroup, setBoolean, setBytes, setChar, setComponent, setDecimal, setDecimal, setDouble, setDouble, setField, setField, setField, setField, setField, setField, setField, setField, setField, setField, setField, setFields, setGroupCount, setGroups, setGroups, setInt, setString, setUtcDateOnly, setUtcTimeOnly, setUtcTimeOnly, setUtcTimeStamp, setUtcTimeStamp
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

MSGTYPE

public static final java.lang.String MSGTYPE
See Also:
Constant Field Values
Constructor Detail

OrderCancelRequest

public OrderCancelRequest()

OrderCancelRequest

public OrderCancelRequest(OrigClOrdID origClOrdID,
                          ClOrdID clOrdID,
                          CxlType cxlType,
                          Symbol symbol,
                          Side side,
                          OrderQty orderQty)
Method Detail

set

public void set(OrigClOrdID value)

get

public OrigClOrdID get(OrigClOrdID value)
                throws FieldNotFound
Throws:
FieldNotFound

getOrigClOrdID

public OrigClOrdID getOrigClOrdID()
                           throws FieldNotFound
Throws:
FieldNotFound

isSet

public boolean isSet(OrigClOrdID field)

isSetOrigClOrdID

public boolean isSetOrigClOrdID()

set

public void set(OrderID value)

get

public OrderID get(OrderID value)
            throws FieldNotFound
Throws:
FieldNotFound

getOrderID

public OrderID getOrderID()
                   throws FieldNotFound
Throws:
FieldNotFound

isSet

public boolean isSet(OrderID field)

isSetOrderID

public boolean isSetOrderID()

set

public void set(ClOrdID value)

get

public ClOrdID get(ClOrdID value)
            throws FieldNotFound
Throws:
FieldNotFound

getClOrdID

public ClOrdID getClOrdID()
                   throws FieldNotFound
Throws:
FieldNotFound

isSet

public boolean isSet(ClOrdID field)

isSetClOrdID

public boolean isSetClOrdID()

set

public void set(ListID value)

get

public ListID get(ListID value)
           throws FieldNotFound
Throws:
FieldNotFound

getListID

public ListID getListID()
                 throws FieldNotFound
Throws:
FieldNotFound

isSet

public boolean isSet(ListID field)

isSetListID

public boolean isSetListID()

set

public void set(CxlType value)

get

public CxlType get(CxlType value)
            throws FieldNotFound
Throws:
FieldNotFound

getCxlType

public CxlType getCxlType()
                   throws FieldNotFound
Throws:
FieldNotFound

isSet

public boolean isSet(CxlType field)

isSetCxlType

public boolean isSetCxlType()

set

public void set(ClientID value)

get

public ClientID get(ClientID value)
             throws FieldNotFound
Throws:
FieldNotFound

getClientID

public ClientID getClientID()
                     throws FieldNotFound
Throws:
FieldNotFound

isSet

public boolean isSet(ClientID field)

isSetClientID

public boolean isSetClientID()

set

public void set(ExecBroker value)

get

public ExecBroker get(ExecBroker value)
               throws FieldNotFound
Throws:
FieldNotFound

getExecBroker

public ExecBroker getExecBroker()
                         throws FieldNotFound
Throws:
FieldNotFound

isSet

public boolean isSet(ExecBroker field)

isSetExecBroker

public boolean isSetExecBroker()

set

public void set(Symbol value)

get

public Symbol get(Symbol value)
           throws FieldNotFound
Throws:
FieldNotFound

getSymbol

public Symbol getSymbol()
                 throws FieldNotFound
Throws:
FieldNotFound

isSet

public boolean isSet(Symbol field)

isSetSymbol

public boolean isSetSymbol()

set

public void set(SymbolSfx value)

get

public SymbolSfx get(SymbolSfx value)
              throws FieldNotFound
Throws:
FieldNotFound

getSymbolSfx

public SymbolSfx getSymbolSfx()
                       throws FieldNotFound
Throws:
FieldNotFound

isSet

public boolean isSet(SymbolSfx field)

isSetSymbolSfx

public boolean isSetSymbolSfx()

set

public void set(SecurityID value)

get

public SecurityID get(SecurityID value)
               throws FieldNotFound
Throws:
FieldNotFound

getSecurityID

public SecurityID getSecurityID()
                         throws FieldNotFound
Throws:
FieldNotFound

isSet

public boolean isSet(SecurityID field)

isSetSecurityID

public boolean isSetSecurityID()

set

public void set(IDSource value)

get

public IDSource get(IDSource value)
             throws FieldNotFound
Throws:
FieldNotFound

getIDSource

public IDSource getIDSource()
                     throws FieldNotFound
Throws:
FieldNotFound

isSet

public boolean isSet(IDSource field)

isSetIDSource

public boolean isSetIDSource()

set

public void set(Issuer value)

get

public Issuer get(Issuer value)
           throws FieldNotFound
Throws:
FieldNotFound

getIssuer

public Issuer getIssuer()
                 throws FieldNotFound
Throws:
FieldNotFound

isSet

public boolean isSet(Issuer field)

isSetIssuer

public boolean isSetIssuer()

set

public void set(SecurityDesc value)

get

public SecurityDesc get(SecurityDesc value)
                 throws FieldNotFound
Throws:
FieldNotFound

getSecurityDesc

public SecurityDesc getSecurityDesc()
                             throws FieldNotFound
Throws:
FieldNotFound

isSet

public boolean isSet(SecurityDesc field)

isSetSecurityDesc

public boolean isSetSecurityDesc()

set

public void set(Side value)

get

public Side get(Side value)
         throws FieldNotFound
Throws:
FieldNotFound

getSide

public Side getSide()
             throws FieldNotFound
Throws:
FieldNotFound

isSet

public boolean isSet(Side field)

isSetSide

public boolean isSetSide()

set

public void set(OrderQty value)

get

public OrderQty get(OrderQty value)
             throws FieldNotFound
Throws:
FieldNotFound

getOrderQty

public OrderQty getOrderQty()
                     throws FieldNotFound
Throws:
FieldNotFound

isSet

public boolean isSet(OrderQty field)

isSetOrderQty

public boolean isSetOrderQty()

set

public void set(Text value)

get

public Text get(Text value)
         throws FieldNotFound
Throws:
FieldNotFound

getText

public Text getText()
             throws FieldNotFound
Throws:
FieldNotFound

isSet

public boolean isSet(Text field)

isSetText

public boolean isSetText()