quickfix.fix40
Class DontKnowTrade

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

public class DontKnowTrade
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
DontKnowTrade()
           
DontKnowTrade(DKReason dKReason, Symbol symbol, Side side, OrderQty orderQty, LastShares lastShares, LastPx lastPx)
           
 
Method Summary
 DKReason get(DKReason value)
           
 ExecID get(ExecID value)
           
 LastPx get(LastPx value)
           
 LastShares get(LastShares value)
           
 OrderID get(OrderID value)
           
 OrderQty get(OrderQty value)
           
 Side get(Side value)
           
 Symbol get(Symbol value)
           
 Text get(Text value)
           
 DKReason getDKReason()
           
 ExecID getExecID()
           
 LastPx getLastPx()
           
 LastShares getLastShares()
           
 OrderID getOrderID()
           
 OrderQty getOrderQty()
           
 Side getSide()
           
 Symbol getSymbol()
           
 Text getText()
           
 boolean isSet(DKReason field)
           
 boolean isSet(ExecID field)
           
 boolean isSet(LastPx field)
           
 boolean isSet(LastShares field)
           
 boolean isSet(OrderID field)
           
 boolean isSet(OrderQty field)
           
 boolean isSet(Side field)
           
 boolean isSet(Symbol field)
           
 boolean isSet(Text field)
           
 boolean isSetDKReason()
           
 boolean isSetExecID()
           
 boolean isSetLastPx()
           
 boolean isSetLastShares()
           
 boolean isSetOrderID()
           
 boolean isSetOrderQty()
           
 boolean isSetSide()
           
 boolean isSetSymbol()
           
 boolean isSetText()
           
 void set(DKReason value)
           
 void set(ExecID value)
           
 void set(LastPx value)
           
 void set(LastShares value)
           
 void set(OrderID value)
           
 void set(OrderQty value)
           
 void set(Side value)
           
 void set(Symbol 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

DontKnowTrade

public DontKnowTrade()

DontKnowTrade

public DontKnowTrade(DKReason dKReason,
                     Symbol symbol,
                     Side side,
                     OrderQty orderQty,
                     LastShares lastShares,
                     LastPx lastPx)
Method Detail

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(ExecID value)

get

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

getExecID

public ExecID getExecID()
                 throws FieldNotFound
Throws:
FieldNotFound

isSet

public boolean isSet(ExecID field)

isSetExecID

public boolean isSetExecID()

set

public void set(DKReason value)

get

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

getDKReason

public DKReason getDKReason()
                     throws FieldNotFound
Throws:
FieldNotFound

isSet

public boolean isSet(DKReason field)

isSetDKReason

public boolean isSetDKReason()

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(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(LastShares value)

get

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

getLastShares

public LastShares getLastShares()
                         throws FieldNotFound
Throws:
FieldNotFound

isSet

public boolean isSet(LastShares field)

isSetLastShares

public boolean isSetLastShares()

set

public void set(LastPx value)

get

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

getLastPx

public LastPx getLastPx()
                 throws FieldNotFound
Throws:
FieldNotFound

isSet

public boolean isSet(LastPx field)

isSetLastPx

public boolean isSetLastPx()

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()