Uses of Class
org.drip.oms.transaction.OrderIssuer
| Package | Description |
|---|---|
| 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 OrderIssuer in org.drip.oms.switchable
Methods in org.drip.oms.switchable with parameters of type OrderIssuer Modifier and Type Method Description static StopOrderStopOrder. Buy(OrderIssuer issuer, java.lang.String ticker, java.lang.String parentID, double size, TimeInForce timeInForce, OrderFillWholeSettings fillWholeSettings, double switchPrice)Construct an Instance of Buy Stop Orderstatic StopOrderAONStopOrderAON. Buy(OrderIssuer issuer, java.lang.String ticker, java.lang.String parentID, double size, TimeInForce timeInForce, int fulfillTryLimit, double switchPrice)Construct a Standard Instance of Buy All-or-None (AON) Stop Orderstatic StopOrderATCStopOrderATC. Buy(OrderIssuer issuer, java.lang.String ticker, java.lang.String parentID, double size, OrderFillWholeSettings fillWholeSettings, double switchPrice)Create a Standard Instance of Buy At-The-Close (ATC) Limit Orderstatic StopOrderDTCStopOrderDTC. Buy(OrderIssuer issuer, java.lang.String ticker, java.lang.String parentID, double size, OrderFillWholeSettings fillWholeSettings, double switchPrice)Create a Standard Instance of Buy Day-Till-Close (DTC) Stop Orderstatic StopOrderFOKStopOrderFOK. Buy(OrderIssuer issuer, java.lang.String ticker, java.lang.String parentID, double size, TimeInForce timeInForce, double switchPrice)Construct a Standard Instance of Buy Fill-Or-Kill (FOK) Stop Orderstatic StopOrderGTCStopOrderGTC. Buy(OrderIssuer issuer, java.lang.String ticker, java.lang.String parentID, double size, int durationDays, OrderFillWholeSettings fillWholeSettings, double switchPrice)Create a Standard Instance of Buy Good-Till-Close (GTC) Stop Orderstatic StopOrderIOCStopOrderIOC. Buy(OrderIssuer issuer, java.lang.String ticker, java.lang.String parentID, double size, OrderFillWholeSettings fillWholeSettings, double switchPrice)Create a Standard Instance of Buy Immediate-Or-Cancel (IOC) Stop Orderstatic StopOrderStopOrder. Sell(OrderIssuer issuer, java.lang.String ticker, java.lang.String parentID, double size, TimeInForce timeInForce, OrderFillWholeSettings fillWholeSettings, double switchPrice)Construct an Instance of Sell Stop Orderstatic StopOrderAONStopOrderAON. Sell(OrderIssuer issuer, java.lang.String ticker, java.lang.String parentID, double size, TimeInForce timeInForce, int fulfillTryLimit, double switchPrice)Construct a Standard Instance of Sell All-or-None (AON) Stop Orderstatic StopOrderATCStopOrderATC. Sell(OrderIssuer issuer, java.lang.String ticker, java.lang.String parentID, double size, OrderFillWholeSettings fillWholeSettings, double switchPrice)Create a Standard Instance of Sell At-The-Close (ATC) Limit Orderstatic StopOrderDTCStopOrderDTC. Sell(OrderIssuer issuer, java.lang.String ticker, java.lang.String parentID, double size, OrderFillWholeSettings fillWholeSettings, double switchPrice)Create a Standard Instance of Sell Day-Till-Close (DTC) Stop Orderstatic StopOrderFOKStopOrderFOK. Sell(OrderIssuer issuer, java.lang.String ticker, java.lang.String parentID, double size, TimeInForce timeInForce, double switchPrice)Construct a Standard Instance of Sell Fill-Or-Kill (FOK) Stop Orderstatic StopOrderIOCStopOrderIOC. Sell(OrderIssuer issuer, java.lang.String ticker, java.lang.String parentID, double size, OrderFillWholeSettings fillWholeSettings, double switchPrice)Create a Standard Instance of Sell Immediate-Or-Cancel (IOC) Stop Orderstatic StopOrderStopOrder. Standard(OrderIssuer issuer, java.lang.String ticker, java.lang.String parentID, Side side, double size, TimeInForce timeInForce, OrderFillWholeSettings fillWholeSettings, double switchPrice)Construct a Standard Instance of Stop Orderstatic StopOrderAONStopOrderAON. Standard(OrderIssuer issuer, java.lang.String ticker, java.lang.String parentID, Side side, double size, TimeInForce timeInForce, int fulfillTryLimit, double switchPrice)Construct a Standard Instance of All-or-None (AON) Stop Orderstatic StopOrderATCStopOrderATC. Standard(OrderIssuer issuer, java.lang.String ticker, java.lang.String parentID, Side side, double size, OrderFillWholeSettings fillWholeSettings, double switchPrice)Create a Standard Instance of At-The-Close (ATC) Stop Orderstatic StopOrderATOStopOrderATO. Standard(OrderIssuer issuer, java.lang.String ticker, java.lang.String parentID, Side side, double size, OrderFillWholeSettings fillWholeSettings, double switchPrice)Create a Standard Instance of At-The-Open (ATO) Stop Orderstatic StopOrderDAYStopOrderDAY. Standard(OrderIssuer issuer, java.lang.String ticker, java.lang.String parentID, Side side, double size, OrderFillWholeSettings fillWholeSettings, double switchPrice)Create a Standard Instance of DAY Limit Orderstatic StopOrderDTCStopOrderDTC. Standard(OrderIssuer issuer, java.lang.String ticker, java.lang.String parentID, Side side, double size, OrderFillWholeSettings fillWholeSettings, double switchPrice)Create a Standard Instance of Day-Till-Close (DTC) Stop Orderstatic StopOrderFOKStopOrderFOK. Standard(OrderIssuer issuer, java.lang.String ticker, java.lang.String parentID, Side side, double size, TimeInForce timeInForce, double switchPrice)Construct a Standard Instance of Buy Fill-Or-Kill (FOK) Stop Orderstatic StopOrderGTCStopOrderGTC. Standard(OrderIssuer issuer, java.lang.String ticker, java.lang.String parentID, Side side, double size, int durationDays, OrderFillWholeSettings fillWholeSettings, double switchPrice)Create a Standard Instance of Good-Till-Close (GTC) Stop Orderstatic StopOrderIOCStopOrderIOC. Standard(OrderIssuer issuer, java.lang.String ticker, java.lang.String parentID, Side side, double size, OrderFillWholeSettings fillWholeSettings, double switchPrice)Create a Standard Instance of Immediate-Or-Cancel (IOC) Stop Orderstatic StopOrderATOStopOrderATO. StandardBuy(OrderIssuer issuer, java.lang.String ticker, java.lang.String parentID, double size, OrderFillWholeSettings fillWholeSettings, double switchPrice)Create a Standard Instance of Buy At-The-Open (ATO) Stop Orderstatic StopOrderDAYStopOrderDAY. StandardBuy(OrderIssuer issuer, java.lang.String ticker, java.lang.String parentID, double size, OrderFillWholeSettings fillWholeSettings, double switchPrice)Create a Standard Instance of Buy DAY Limit Orderstatic StopOrderATOStopOrderATO. StandardSell(OrderIssuer issuer, java.lang.String ticker, java.lang.String parentID, double size, OrderFillWholeSettings fillWholeSettings, double switchPrice)Create a Standard Instance of Sell At-The-Open (ATO) Stop Orderstatic StopOrderDAYStopOrderDAY. StandardSell(OrderIssuer issuer, java.lang.String ticker, java.lang.String parentID, double size, OrderFillWholeSettings fillWholeSettings, double switchPrice)Create a Standard Instance of Sell DAY Limit Orderstatic StopOrderGTCStopOrderGTC. StandardSell(OrderIssuer issuer, java.lang.String ticker, java.lang.String parentID, double size, int durationDays, OrderFillWholeSettings fillWholeSettings, double switchPrice)Create a Standard Instance of Sell Good-Till-Close (GTC) Stop OrderConstructors in org.drip.oms.switchable with parameters of type OrderIssuer Constructor Description StopOrder(OrderIssuer issuer, java.lang.String ticker, java.lang.String id, java.lang.String parentID, java.util.Date creationTime, Side side, double size, TimeInForce timeInForce, OrderFillWholeSettings fillWholeSettings, double switchPrice)Stop Order ConstructorStopOrderAON(OrderIssuer issuer, java.lang.String ticker, java.lang.String id, java.lang.String parentID, java.util.Date creationTime, Side side, double size, TimeInForce timeInForce, int fulfillTryLimit, double switchPrice)All-or-None (AON) Stop Order ConstructorStopOrderATC(OrderIssuer issuer, java.lang.String ticker, java.lang.String id, java.lang.String parentID, java.util.Date creationTime, Side side, double size, OrderFillWholeSettings fillWholeSettings, double switchPrice)At-The-Close (ATC) Stop Order ConstructorStopOrderATO(OrderIssuer issuer, java.lang.String ticker, java.lang.String id, java.lang.String parentID, java.util.Date creationTime, Side side, double size, OrderFillWholeSettings fillWholeSettings, double switchPrice)At-The-Open (ATO) Stop Order ConstructorStopOrderDAY(OrderIssuer issuer, java.lang.String ticker, java.lang.String id, java.lang.String parentID, java.util.Date creationTime, Side side, double size, OrderFillWholeSettings fillWholeSettings, double switchPrice)DAY Stop Order ConstructorStopOrderDTC(OrderIssuer issuer, java.lang.String ticker, java.lang.String id, java.lang.String parentID, java.util.Date creationTime, Side side, double size, OrderFillWholeSettings fillWholeSettings, double switchPrice)Day-Till-Close (DTC) Stop Order ConstructorStopOrderFOK(OrderIssuer issuer, java.lang.String ticker, java.lang.String id, java.lang.String parentID, java.util.Date creationTime, Side side, double size, TimeInForce timeInForce, double switchPrice)Fill-Or-Kill (FOK) Stop Order ConstructorStopOrderGTC(OrderIssuer issuer, java.lang.String ticker, java.lang.String id, java.lang.String parentID, java.util.Date creationTime, Side side, double size, int durationDays, OrderFillWholeSettings fillWholeSettings, double switchPrice)Good-Till-Close (GTC) Limit Order ConstructorStopOrderIOC(OrderIssuer issuer, java.lang.String ticker, java.lang.String id, java.lang.String parentID, java.util.Date creationTime, Side side, double size, OrderFillWholeSettings fillWholeSettings, double switchPrice)Immediate-Or-Cancel (IOC) Stop Order Constructor -
Uses of OrderIssuer in org.drip.oms.thresholded
Methods in org.drip.oms.thresholded with parameters of type OrderIssuer Modifier and Type Method Description static LimitOrderLimitOrder. Buy(OrderIssuer issuer, java.lang.String ticker, java.lang.String parentID, double size, TimeInForce timeInForce, OrderFillWholeSettings fillWholeSettings, PegScheme pegScheme)Construct an Instance of Buy Limit Orderstatic LimitOrderLimitOrder. Sell(OrderIssuer issuer, java.lang.String ticker, java.lang.String parentID, double size, TimeInForce timeInForce, OrderFillWholeSettings fillWholeSettings, PegScheme pegScheme)Construct an Instance of Sell Limit Orderstatic LimitOrderLimitOrder. Standard(OrderIssuer issuer, java.lang.String ticker, java.lang.String parentID, Side side, double size, TimeInForce timeInForce, OrderFillWholeSettings fillWholeSettings, PegScheme pegScheme)Construct a Standard Instance of Limit Orderstatic LimitOrderAONLimitOrderAON. Standard(OrderIssuer issuer, java.lang.String ticker, java.lang.String parentID, Side side, double size, TimeInForce timeInForce, int fulfillTryLimit, PegScheme pegScheme)Construct a Standard Instance of All-or-None (AON) Limit Orderstatic LimitOrderATCLimitOrderATC. Standard(OrderIssuer issuer, java.lang.String ticker, java.lang.String parentID, Side side, double size, OrderFillWholeSettings fillWholeSettings, PegScheme pegScheme)Create a Standard Instance of At-The-Close (ATC) Limit Orderstatic LimitOrderATOLimitOrderATO. Standard(OrderIssuer issuer, java.lang.String ticker, java.lang.String parentID, Side side, double size, OrderFillWholeSettings fillWholeSettings, PegScheme pegScheme)Create a Standard Instance of At-The-Open (ATO) Limit Orderstatic LimitOrderDAYLimitOrderDAY. Standard(OrderIssuer issuer, java.lang.String ticker, java.lang.String parentID, Side side, double size, OrderFillWholeSettings fillWholeSettings, PegScheme pegScheme)Create a Standard Instance of DAY Limit Orderstatic LimitOrderDTCLimitOrderDTC. Standard(OrderIssuer issuer, java.lang.String ticker, java.lang.String parentID, Side side, double size, OrderFillWholeSettings fillWholeSettings, PegScheme pegScheme)Create a Standard Instance of Day-Till-Close (DTC) Limit Orderstatic LimitOrderFOKLimitOrderFOK. Standard(OrderIssuer issuer, java.lang.String ticker, java.lang.String parentID, Side side, double size, TimeInForce timeInForce, PegScheme pegScheme)Construct a Standard Instance of Buy Fill-Or-Kill (FOK) Limit Orderstatic LimitOrderGTCLimitOrderGTC. Standard(OrderIssuer issuer, java.lang.String ticker, java.lang.String parentID, Side side, double size, int durationDays, OrderFillWholeSettings fillWholeSettings, PegScheme pegScheme)Create a Standard Instance of Good-Till-Close (GTC) Limit Orderstatic LimitOrderIOCLimitOrderIOC. Standard(OrderIssuer issuer, java.lang.String ticker, java.lang.String parentID, Side side, double size, OrderFillWholeSettings fillWholeSettings, PegScheme pegScheme)Create a Standard Instance of Immediate-Or-Cancel (IOC) Limit Orderstatic LimitOrderAONLimitOrderAON. StandardBuy(OrderIssuer issuer, java.lang.String ticker, java.lang.String parentID, double size, TimeInForce timeInForce, int fulfillTryLimit, PegScheme pegScheme)Construct a Standard Instance of Buy All-or-None (AON) Limit Orderstatic LimitOrderATCLimitOrderATC. StandardBuy(OrderIssuer issuer, java.lang.String ticker, java.lang.String parentID, double size, OrderFillWholeSettings fillWholeSettings, PegScheme pegScheme)Create a Standard Instance of Buy At-The-Close (ATC) Limit Orderstatic LimitOrderATOLimitOrderATO. StandardBuy(OrderIssuer issuer, java.lang.String ticker, java.lang.String parentID, double size, OrderFillWholeSettings fillWholeSettings, PegScheme pegScheme)Create a Standard Instance of Buy At-The-Open (ATO) Limit Orderstatic LimitOrderDAYLimitOrderDAY. StandardBuy(OrderIssuer issuer, java.lang.String ticker, java.lang.String parentID, double size, OrderFillWholeSettings fillWholeSettings, PegScheme pegScheme)Create a Standard Instance of Buy DAY Limit Orderstatic LimitOrderDTCLimitOrderDTC. StandardBuy(OrderIssuer issuer, java.lang.String ticker, java.lang.String parentID, double size, OrderFillWholeSettings fillWholeSettings, PegScheme pegScheme)Create a Standard Instance of Buy Day-Till-Close (DTC) Limit Orderstatic LimitOrderFOKLimitOrderFOK. StandardBuy(OrderIssuer issuer, java.lang.String ticker, java.lang.String parentID, double size, TimeInForce timeInForce, PegScheme pegScheme)Construct a Standard Instance of Buy Fill-Or-Kill (FOK) Limit Orderstatic LimitOrderGTCLimitOrderGTC. StandardBuy(OrderIssuer issuer, java.lang.String ticker, java.lang.String parentID, double size, int durationDays, OrderFillWholeSettings fillWholeSettings, PegScheme pegScheme)Create a Standard Instance of Buy Good-Till-Close (GTC) Limit Orderstatic LimitOrderIOCLimitOrderIOC. StandardBuy(OrderIssuer issuer, java.lang.String ticker, java.lang.String parentID, double size, OrderFillWholeSettings fillWholeSettings, PegScheme pegScheme)Create a Standard Instance of Buy Immediate-Or-Cancel (IOC) Limit Orderstatic LimitOrderAONLimitOrderAON. StandardSell(OrderIssuer issuer, java.lang.String ticker, java.lang.String parentID, double size, TimeInForce timeInForce, int fulfillTryLimit, PegScheme pegScheme)Construct a Standard Instance of Sell All-or-None (AON) Limit Orderstatic LimitOrderATCLimitOrderATC. StandardSell(OrderIssuer issuer, java.lang.String ticker, java.lang.String parentID, double size, OrderFillWholeSettings fillWholeSettings, PegScheme pegScheme)Create a Standard Instance of Sell At-The-Close (ATC) Limit Orderstatic LimitOrderATOLimitOrderATO. StandardSell(OrderIssuer issuer, java.lang.String ticker, java.lang.String parentID, double size, OrderFillWholeSettings fillWholeSettings, PegScheme pegScheme)Create a Standard Instance of Sell At-The-Open (ATO) Limit Orderstatic LimitOrderDAYLimitOrderDAY. StandardSell(OrderIssuer issuer, java.lang.String ticker, java.lang.String parentID, double size, OrderFillWholeSettings fillWholeSettings, PegScheme pegScheme)Create a Standard Instance of Sell DAY Limit Orderstatic LimitOrderDTCLimitOrderDTC. StandardSell(OrderIssuer issuer, java.lang.String ticker, java.lang.String parentID, double size, OrderFillWholeSettings fillWholeSettings, PegScheme pegScheme)Create a Standard Instance of Sell Day-Till-Close (DTC) Limit Orderstatic LimitOrderFOKLimitOrderFOK. StandardSell(OrderIssuer issuer, java.lang.String ticker, java.lang.String parentID, double size, TimeInForce timeInForce, PegScheme pegScheme)Construct a Standard Instance of Sell Fill-Or-Kill (FOK) Limit Orderstatic LimitOrderGTCLimitOrderGTC. StandardSell(OrderIssuer issuer, java.lang.String ticker, java.lang.String parentID, double size, int durationDays, OrderFillWholeSettings fillWholeSettings, PegScheme pegScheme)Create a Standard Instance of Sell Good-Till-Close (GTC) Limit Orderstatic LimitOrderIOCLimitOrderIOC. StandardSell(OrderIssuer issuer, java.lang.String ticker, java.lang.String parentID, double size, OrderFillWholeSettings fillWholeSettings, PegScheme pegScheme)Create a Standard Instance of Sell Immediate-Or-Cancel (IOC) Limit OrderConstructors in org.drip.oms.thresholded with parameters of type OrderIssuer Constructor Description LimitOrder(OrderIssuer issuer, java.lang.String ticker, java.lang.String id, java.lang.String parentID, java.util.Date creationTime, Side side, double size, TimeInForce timeInForce, OrderFillWholeSettings fillWholeSettings, PegScheme pegScheme)Limit Order ConstructorLimitOrderAON(OrderIssuer issuer, java.lang.String ticker, java.lang.String id, java.lang.String parentID, java.util.Date creationTime, Side side, double size, TimeInForce timeInForce, int fulfillTryLimit, PegScheme pegScheme)All-or-None (AON) Limit Order ConstructorLimitOrderATC(OrderIssuer issuer, java.lang.String ticker, java.lang.String id, java.lang.String parentID, java.util.Date creationTime, Side side, double size, OrderFillWholeSettings fillWholeSettings, PegScheme pegScheme)At-The-Close (ATC) Limit Order ConstructorLimitOrderATO(OrderIssuer issuer, java.lang.String ticker, java.lang.String id, java.lang.String parentID, java.util.Date creationTime, Side side, double size, OrderFillWholeSettings fillWholeSettings, PegScheme pegScheme)At-The-Open (ATO) Limit Order ConstructorLimitOrderDAY(OrderIssuer issuer, java.lang.String ticker, java.lang.String id, java.lang.String parentID, java.util.Date creationTime, Side side, double size, OrderFillWholeSettings fillWholeSettings, PegScheme pegScheme)DAY Limit Order ConstructorLimitOrderDTC(OrderIssuer issuer, java.lang.String ticker, java.lang.String id, java.lang.String parentID, java.util.Date creationTime, Side side, double size, OrderFillWholeSettings fillWholeSettings, PegScheme pegScheme)Day-Till-Close (DTC) Limit Order ConstructorLimitOrderFOK(OrderIssuer issuer, java.lang.String ticker, java.lang.String id, java.lang.String parentID, java.util.Date creationTime, Side side, double size, TimeInForce timeInForce, PegScheme pegScheme)Fill-Or-Kill (FOK) Limit Order ConstructorLimitOrderGTC(OrderIssuer issuer, java.lang.String ticker, java.lang.String id, java.lang.String parentID, java.util.Date creationTime, Side side, double size, int durationDays, OrderFillWholeSettings fillWholeSettings, PegScheme pegScheme)Good-Till-Close (GTC) Limit Order ConstructorLimitOrderIOC(OrderIssuer issuer, java.lang.String ticker, java.lang.String id, java.lang.String parentID, java.util.Date creationTime, Side side, double size, OrderFillWholeSettings fillWholeSettings, PegScheme pegScheme)Immediate-Or-Cancel (IOC) Limit Order Constructor -
Uses of OrderIssuer in org.drip.oms.transaction
Methods in org.drip.oms.transaction that return OrderIssuer Modifier and Type Method Description static OrderIssuerOrderIssuer. CLIENT(java.lang.String entity)Construct a Client Order Issuer given the Entitystatic OrderIssuerOrderIssuer. DEALER(java.lang.String entity)Construct a Dealer Order Issuer given the EntityOrderIssuerOrder. issuer()Retrieve the Order IssuerMethods in org.drip.oms.transaction with parameters of type OrderIssuer 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 OrderConstructors in org.drip.oms.transaction with parameters of type OrderIssuer Constructor Description Order(OrderIssuer issuer, java.lang.String ticker, java.lang.String id, java.lang.String parentID, int type, java.util.Date creationTime, Side side, double size, TimeInForce timeInForce, OrderFillWholeSettings fillWholeSettings)Order Constructor -
Uses of OrderIssuer in org.drip.oms.unthresholded
Methods in org.drip.oms.unthresholded with parameters of type OrderIssuer Modifier and Type Method Description static MarketOrderMarketOrder. Standard(OrderIssuer issuer, java.lang.String ticker, java.lang.String parentID, Side side, double size, TimeInForce timeInForce, OrderFillWholeSettings fillWholeSettings)Construct a Standard Instance of Market Orderstatic MarketOrderAONMarketOrderAON. Standard(OrderIssuer issuer, java.lang.String ticker, java.lang.String parentID, Side side, double size, TimeInForce timeInForce, int fulfillTryLimit)Construct a Standard Instance of Buy All-or-None (AON) Market Orderstatic MarketOrderATCMarketOrderATC. Standard(OrderIssuer issuer, java.lang.String ticker, java.lang.String parentID, Side side, double size, OrderFillWholeSettings fillWholeSettings)Create a Standard Instance of At-The-Close (ATC) Market Orderstatic MarketOrderATOMarketOrderATO. Standard(OrderIssuer issuer, java.lang.String ticker, java.lang.String parentID, Side side, double size, OrderFillWholeSettings fillWholeSettings)Create a Standard Instance of At-The-Open (ATO) Market Orderstatic MarketOrderDAYMarketOrderDAY. Standard(OrderIssuer issuer, java.lang.String ticker, java.lang.String parentID, Side side, double size, OrderFillWholeSettings fillWholeSettings)Create a Standard Instance of DAY Market Orderstatic MarketOrderDTCMarketOrderDTC. Standard(OrderIssuer issuer, java.lang.String ticker, java.lang.String parentID, Side side, double size, OrderFillWholeSettings fillWholeSettings)Create a Standard Instance of Day-Till-Close (DTC) Market Orderstatic MarketOrderFOKMarketOrderFOK. Standard(OrderIssuer issuer, java.lang.String ticker, java.lang.String parentID, Side side, double size, TimeInForce timeInForce)Construct a Standard Instance of Buy Fill-Or-Kill (FOK) Market Orderstatic MarketOrderGTCMarketOrderGTC. Standard(OrderIssuer issuer, java.lang.String ticker, java.lang.String parentID, Side side, double size, int durationDays, OrderFillWholeSettings fillWholeSettings)Create a Standard Instance of Good-Till-Close (GTC) Market Orderstatic MarketOrderIOCMarketOrderIOC. Standard(OrderIssuer issuer, java.lang.String ticker, java.lang.String parentID, Side side, double size, OrderFillWholeSettings fillWholeSettings)Create a Standard Instance of Immediate-Or-Cancel (IOC) Market Orderstatic MarketOrderMarketOrder. StandardBuy(OrderIssuer issuer, java.lang.String ticker, java.lang.String parentID, double size, TimeInForce timeInForce, OrderFillWholeSettings fillWholeSettings)Construct a Standard Instance of Buy Market Orderstatic MarketOrderAONMarketOrderAON. StandardBuy(OrderIssuer issuer, java.lang.String ticker, java.lang.String parentID, double size, TimeInForce timeInForce, int fulfillTryLimit)Construct a Standard Instance of Buy All-or-None (AON) Market Orderstatic MarketOrderATCMarketOrderATC. StandardBuy(OrderIssuer issuer, java.lang.String ticker, java.lang.String parentID, double size, OrderFillWholeSettings fillWholeSettings)Create a Standard Instance of Buy At-The-Close (ATC) Market Orderstatic MarketOrderATOMarketOrderATO. StandardBuy(OrderIssuer issuer, java.lang.String ticker, java.lang.String parentID, double size, OrderFillWholeSettings fillWholeSettings)Create a Standard Instance of Buy At-The-Open (ATO) Market Orderstatic MarketOrderDAYMarketOrderDAY. StandardBuy(OrderIssuer issuer, java.lang.String ticker, java.lang.String parentID, double size, OrderFillWholeSettings fillWholeSettings)Create a Standard Instance of Buy DAY Market Orderstatic MarketOrderDTCMarketOrderDTC. StandardBuy(OrderIssuer issuer, java.lang.String ticker, java.lang.String parentID, double size, OrderFillWholeSettings fillWholeSettings)Create a Standard Instance of Buy Day-Till-Close (DTC) Market Orderstatic MarketOrderFOKMarketOrderFOK. StandardBuy(OrderIssuer issuer, java.lang.String ticker, java.lang.String parentID, double size, TimeInForce timeInForce)Construct a Standard Instance of Buy Fill-Or-Kill (FOK) Market Orderstatic MarketOrderGTCMarketOrderGTC. StandardBuy(OrderIssuer issuer, java.lang.String ticker, java.lang.String parentID, double size, int durationDays, OrderFillWholeSettings fillWholeSettings)Create a Standard Instance of Buy Good-Till-Close (GTC) Market Orderstatic MarketOrderIOCMarketOrderIOC. StandardBuy(OrderIssuer issuer, java.lang.String ticker, java.lang.String parentID, double size, OrderFillWholeSettings fillWholeSettings)Create a Standard Instance of Buy Immediate-Or-Cancel (IOC) Market Orderstatic MarketOrderMarketOrder. StandardSell(OrderIssuer issuer, java.lang.String ticker, java.lang.String parentID, double size, TimeInForce timeInForce, OrderFillWholeSettings fillWholeSettings)Construct a Standard Instance of Sell Market Orderstatic MarketOrderAONMarketOrderAON. StandardSell(OrderIssuer issuer, java.lang.String ticker, java.lang.String parentID, double size, TimeInForce timeInForce, int fulfillTryLimit)Construct a Standard Instance of Sell All-or-None (AON) Market Orderstatic MarketOrderATCMarketOrderATC. StandardSell(OrderIssuer issuer, java.lang.String ticker, java.lang.String parentID, double size, OrderFillWholeSettings fillWholeSettings)Create a Standard Instance of Sell At-The-Close (ATC) Market Orderstatic MarketOrderATOMarketOrderATO. StandardSell(OrderIssuer issuer, java.lang.String ticker, java.lang.String parentID, double size, OrderFillWholeSettings fillWholeSettings)Create a Standard Instance of Sell At-The-Open (ATO) Market Orderstatic MarketOrderDAYMarketOrderDAY. StandardSell(OrderIssuer issuer, java.lang.String ticker, java.lang.String parentID, double size, OrderFillWholeSettings fillWholeSettings)Create a Standard Instance of Sell DAY Market Orderstatic MarketOrderDTCMarketOrderDTC. StandardSell(OrderIssuer issuer, java.lang.String ticker, java.lang.String parentID, double size, OrderFillWholeSettings fillWholeSettings)Create a Standard Instance of Sell Day-Till-Close (DTC) Market Orderstatic MarketOrderFOKMarketOrderFOK. StandardSell(OrderIssuer issuer, java.lang.String ticker, java.lang.String parentID, double size, TimeInForce timeInForce)Construct a Standard Instance of Sell Fill-Or-Kill (FOK) Market Orderstatic MarketOrderGTCMarketOrderGTC. StandardSell(OrderIssuer issuer, java.lang.String ticker, java.lang.String parentID, double size, int durationDays, OrderFillWholeSettings fillWholeSettings)Create a Standard Instance of Sell Good-Till-Close (GTC) Market Orderstatic MarketOrderIOCMarketOrderIOC. StandardSell(OrderIssuer issuer, java.lang.String ticker, java.lang.String parentID, double size, OrderFillWholeSettings fillWholeSettings)Create a Standard Instance of Sell Immediate-Or-Cancel (IOC) Market OrderConstructors in org.drip.oms.unthresholded with parameters of type OrderIssuer Constructor Description MarketOrder(OrderIssuer issuer, java.lang.String ticker, java.lang.String id, java.lang.String parentID, java.util.Date creationTime, Side side, double size, TimeInForce timeInForce, OrderFillWholeSettings fillWholeSettings)Market Order ConstructorMarketOrderAON(OrderIssuer issuer, java.lang.String ticker, java.lang.String id, java.lang.String parentID, java.util.Date creationTime, Side side, double size, TimeInForce timeInForce, int fulfillTryLimit)All-or-None (AON) Market Order ConstructorMarketOrderATC(OrderIssuer issuer, java.lang.String ticker, java.lang.String id, java.lang.String parentID, java.util.Date creationTime, Side side, double size, OrderFillWholeSettings fillWholeSettings)At-The-Close (ATC) Market Order ConstructorMarketOrderATO(OrderIssuer issuer, java.lang.String ticker, java.lang.String id, java.lang.String parentID, java.util.Date creationTime, Side side, double size, OrderFillWholeSettings fillWholeSettings)At-The-Open (ATO) Market Order ConstructorMarketOrderDAY(OrderIssuer issuer, java.lang.String ticker, java.lang.String id, java.lang.String parentID, java.util.Date creationTime, Side side, double size, OrderFillWholeSettings fillWholeSettings)DAY Market Order ConstructorMarketOrderDTC(OrderIssuer issuer, java.lang.String ticker, java.lang.String id, java.lang.String parentID, java.util.Date creationTime, Side side, double size, OrderFillWholeSettings fillWholeSettings)Day-Till-Close (DTC) Market Order ConstructorMarketOrderFOK(OrderIssuer issuer, java.lang.String ticker, java.lang.String id, java.lang.String parentID, java.util.Date creationTime, Side side, double size, TimeInForce timeInForce)Fill-Or-Kill (FOK) Market Order ConstructorMarketOrderGTC(OrderIssuer issuer, java.lang.String ticker, java.lang.String id, java.lang.String parentID, java.util.Date creationTime, Side side, double size, int durationDays, OrderFillWholeSettings fillWholeSettings)Good-Till-Close (GTC) Market Order ConstructorMarketOrderIOC(OrderIssuer issuer, java.lang.String ticker, java.lang.String id, java.lang.String parentID, java.util.Date creationTime, Side side, double size, OrderFillWholeSettings fillWholeSettings)Immediate-Or-Cancel (IOC) Market Order Constructor