|
||||||||||
| PREV CLASS NEXT CLASS | All Classes | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.teraspaces.qwfix.ordermanager.FIXOrderManagerOrderChanges
public final class FIXOrderManagerOrderChanges
Defines the changes made to the order order.
| Field Summary | |
|---|---|
static int |
CancelReject
A cancel reject is added. |
static int |
CumQtyChanged
CumQtyIncreased | CumQtyReduced. |
static int |
CumQtyIncreased
CumQty is increased in execution report. |
static int |
CumQtyReduced
CumQty is reduced in execution report. |
static int |
DupExecID
ExecID is duplicated and PossDupFlag is not set. |
static int |
ExecRefNotFound
Execution not found by ExecRefID in a bust execution. |
static int |
InternalIgnore
Execution should be ignored. |
static int |
None
No changes. |
static int |
OrderAdded
An order or modification (cancel or cancel/replace) is added. |
static int |
OrdStatusChanged
OrdStatus of the order is changes by the execution report. |
static int |
PendingOrderNotActive
Pending order is not found or not active (no pending with the OrigClOrdID can be found). |
static int |
PossDup
ExecID is duplicated and PossDupFlag is set. |
| Constructor Summary | |
|---|---|
FIXOrderManagerOrderChanges()
|
|
| Method Summary |
|---|
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final int None
public static final int CumQtyIncreased
public static final int CumQtyReduced
public static final int CumQtyChanged
public static final int PossDup
public static final int DupExecID
public static final int OrdStatusChanged
A simple "Pending Cancel" or "Pending Replace" will not trigger this flag. Only a "real" change to OrdStatus will set the flag.
public static final int PendingOrderNotActive
public static final int ExecRefNotFound
public static final int InternalIgnore
public static final int OrderAdded
public static final int CancelReject
| Constructor Detail |
|---|
public FIXOrderManagerOrderChanges()
|
||||||||||
| PREV CLASS NEXT CLASS | All Classes | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||