Package org.drip.oms.fix4_2
Class OrderStatus
java.lang.Object
org.drip.oms.fix4_2.OrderStatus
public class OrderStatus
extends java.lang.Object
OrderStatus holds the Status of a FIX 4.2 Order. The References are:
- Berkowitz, S. A., D. E. Logue, and E. A. J. Noser (1988): The Total Cost of Transactions on the NYSE Journal of Finance 43 (1) 97-112
- Cont, R., and A. Kukanov (2017): Optimal Order Placement in Limit Order Markets Quantitative Finance 17 (1) 21-39
- Vassilis, P. (2005a): A Realistic Model of Market Liquidity and Depth Journal of Futures Markets 25 (5) 443-464
- Vassilis, P. (2005b): Slow and Fast Markets Journal of Economics and Business 57 (6) 576-593
- Weiss, D. (2006): After the Trade is Made: Processing Securities Transactions Portfolio Publishing London UK
- Module = Product Core Module
- Library = Transaction Cost Analytics
- Project = Rd Order Specification, Handling, and Management
- Package = Implementation of FIX 4.2 Constructs
- Author:
- Lakshmi Krishnamurthy
-
Field Summary
Fields Modifier and Type Field Description static int
CANCELED
CANCELEDstatic int
DONE_FOR_DAY
DONE FOR DAYstatic int
FILLED
FILLEDstatic int
NEW
NEWstatic int
PARTIALLY_FILLED
PARTIALLY FILLEDstatic int
PENDING_CANCEL
PENDING CANCELstatic int
PENDING_NEW
PENDING NEWstatic int
PENDING_REPLACE
PENDING REPLACEstatic int
REJECTED
REJECTEDstatic int
REPLACED
REPLACEDstatic int
STOPPED
STOPPED -
Constructor Summary
Constructors Constructor Description OrderStatus()
-
Method Summary
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Field Details
-
NEW
public static final int NEWNEW- See Also:
- Constant Field Values
-
PENDING_NEW
public static final int PENDING_NEWPENDING NEW- See Also:
- Constant Field Values
-
PARTIALLY_FILLED
public static final int PARTIALLY_FILLEDPARTIALLY FILLED- See Also:
- Constant Field Values
-
FILLED
public static final int FILLEDFILLED- See Also:
- Constant Field Values
-
DONE_FOR_DAY
public static final int DONE_FOR_DAYDONE FOR DAY- See Also:
- Constant Field Values
-
PENDING_CANCEL
public static final int PENDING_CANCELPENDING CANCEL- See Also:
- Constant Field Values
-
PENDING_REPLACE
public static final int PENDING_REPLACEPENDING REPLACE- See Also:
- Constant Field Values
-
REPLACED
public static final int REPLACEDREPLACED- See Also:
- Constant Field Values
-
CANCELED
public static final int CANCELEDCANCELED- See Also:
- Constant Field Values
-
REJECTED
public static final int REJECTEDREJECTED- See Also:
- Constant Field Values
-
STOPPED
public static final int STOPPEDSTOPPED- See Also:
- Constant Field Values
-
-
Constructor Details
-
OrderStatus
public OrderStatus()
-