Package org.drip.oms.transaction
Class OrderState
java.lang.Object
org.drip.oms.transaction.OrderState
public class OrderState
extends java.lang.Object
OrderState holds the different States of an 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 = Order Specification and Session Metrics
- Author:
- Lakshmi Krishnamurthy
-
Field Summary
Fields Modifier and Type Field Description static int
CANCELED
CANCELEDstatic int
FILLED
FILLEDstatic int
OPEN
OPENstatic int
PARTIALLY_FILLED
PARTIALLY FILLEDstatic int
UNFILLED
UNFILLED -
Constructor Summary
Constructors Constructor Description OrderState()
-
Method Summary
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Field Details
-
OPEN
public static final int OPENOPEN- See Also:
- Constant Field Values
-
UNFILLED
public static final int UNFILLEDUNFILLED- 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
-
CANCELED
public static final int CANCELEDCANCELED- See Also:
- Constant Field Values
-
-
Constructor Details
-
OrderState
public OrderState()
-