Uses of Class
org.drip.oms.transaction.Order
| Package | Description |
|---|---|
| org.drip.oms.fill |
Implementation of Order Fulfillment Schemes
|
| org.drip.oms.fix4_2 |
Implementation of FIX 4.2 Constructs
|
| org.drip.oms.switchable |
Implementation of Switchable Stop Order
|
| org.drip.oms.thresholded |
Implementation of Thresholded Limit Order
|
| org.drip.oms.transaction |
Order Specification and Session Metrics
|
| org.drip.oms.unthresholded |
Implementation of Unthresholded Market Orders
|
-
Uses of Order in org.drip.oms.fill
Methods in org.drip.oms.fill with parameters of type Order Modifier and Type Method Description OrderFulfillmentOrderExecutionProvider. attemptFill(Order order)Attempt Complete Fulfillment of the Specified OrderbooleanOrderExecutionProvider. isOrderMarketable(Order order)See if the Order can be fully satisfied -
Uses of Order in org.drip.oms.fix4_2
Methods in org.drip.oms.fix4_2 that return Order Modifier and Type Method Description OrderAgentOrder. order()Retrieve the Underlying OrderOrderAgentRequest. order()Retrieve the Order in the RequestOrderAgentResponse. order()Retrieve the Order InstanceMethods in org.drip.oms.fix4_2 with parameters of type Order Modifier and Type Method Description static AgentResponseAgentResponse. ACCEPTED(java.util.Date processingStartTime, Order order, java.lang.String requestID)Construct an ACCEPTED AgentResponse Instancestatic AgentResponseAgentResponse. REJECTED(java.util.Date processingStartTime, Order order, java.lang.String requestID)Construct an Internal REJECTED AgentResponse Instancestatic AgentResponseAgentResponse. REJECTED(java.util.Date processingStartTime, Order order, java.lang.String requestID, java.lang.String comment)Construct a Venue REJECTED AgentResponse Instancestatic AgentRequestAgentRequest. Standard(Order order)Construct a Standard Instance of Agent Request from the OrderConstructors in org.drip.oms.fix4_2 with parameters of type Order Constructor Description AgentOrder(Order order, java.util.Date creationRequestTime)AgentOrder ConstructorAgentRequest(java.util.Date arrivalTime, java.lang.String id, java.lang.String parentID, int type, Order order)AgentRequest ConstructorAgentResponse(java.util.Date processingStartTime, java.util.Date processingUpdateTime, int messageType, Order order, java.lang.String requestID, int executionType, int executionTransactionType, java.lang.String comment)AgentResponse Constructor -
Uses of Order in org.drip.oms.switchable
Subclasses of Order in org.drip.oms.switchable Modifier and Type Class Description classStopOrderStopOrder holds the Details of a Stop Order.classStopOrderAONStopOrderAON holds the Details of a All-or-None (AON) Stop Order.classStopOrderATCStopOrderATC holds the Details of an At-The-Close (ATC) Stop Order.classStopOrderATOStopOrderATO holds the Details of a At-The-Open (ATO) Stop Order.classStopOrderDAYStopOrderDAY holds the Details of a DAY Stop Order.classStopOrderDTCStopOrderDTC holds the Details of a Day-Till-Close (DTC) Stop Order.classStopOrderFOKStopOrderFOK holds the Details of a Fill-Or-Kill (FOK) Stop Order.classStopOrderGTCStopOrderGTC holds the Details of a Good-Till-Close (GTC) Stop Order.classStopOrderIOCStopOrderIOC holds the Details of a Immediate-Or-Cancel (IOC) Stop Order. -
Uses of Order in org.drip.oms.thresholded
Subclasses of Order in org.drip.oms.thresholded Modifier and Type Class Description classLimitOrderLimitOrder holds the Details of a Limit Order.classLimitOrderAONLimitOrderAON holds the Details of a All-or-None (AON) Limit Order.classLimitOrderATCLimitOrderATC holds the Details of an At-The-Close (ATC) Limit Order.classLimitOrderATOLimitOrderATO holds the Details of a At-The-Open (ATO) Limit Order.classLimitOrderDAYLimitOrderDAY holds the Details of a DAY Limit Order.classLimitOrderDTCLimitOrderDTC holds the Details of a Day-Till-Close (DTC) Limit Order.classLimitOrderFOKLimitOrderFOK holds the Details of a Fill-Or-Kill (FOK) Limit Order.classLimitOrderGTCLimitOrderGTC holds the Details of a Good-Till-Close (GTC) Limit Order.classLimitOrderIOCLimitOrderIOC holds the Details of a Immediate-Or-Cancel (IOC) Limit Order. -
Uses of Order in org.drip.oms.transaction
Methods in org.drip.oms.transaction that return Order Modifier and Type Method Description static OrderOrder. FromPOV(OrderIssuer issuer, java.lang.String ticker, java.lang.String id, java.lang.String parentID, int type, java.util.Date creationTime, Side side, TimeInForce timeInForce, OrderFillWholeSettings fillWholeSettings, double participationRate, TradesWindow tradesWindow)Construct a POV Participation Rate Order -
Uses of Order in org.drip.oms.unthresholded
Subclasses of Order in org.drip.oms.unthresholded Modifier and Type Class Description classMarketOrderMarketOrder holds the Details of a Market Order.classMarketOrderAONMarketOrderAON holds the Details of a All-or-None (AON) Market Order.classMarketOrderATCMarketOrderATC holds the Details of a At-The-Close (ATC) Market Order.classMarketOrderATOMarketOrderATO holds the Details of a At-The-Open (ATO) Market Order.classMarketOrderDAYMarketOrderDAY holds the Details of a DAY Market Order.classMarketOrderDTCMarketOrderDTC holds the Details of a Day-Till-Close (DTC) Market Order.classMarketOrderFOKMarketOrderFOK holds the Details of a Fill-Or-Kill (FOK) Market Order.classMarketOrderGTCMarketOrderGTC holds the Details of a Good-Till-Close (GTC) Market Order.classMarketOrderIOCMarketOrderIOC holds the Details of a Immediate-Or-Cancel (IOC) Market Order.