Uses of Class
org.drip.oms.unthresholded.MarketOrderAON
| Package | Description |
|---|---|
| org.drip.oms.unthresholded |
Implementation of Unthresholded Market Orders
|
-
Uses of MarketOrderAON in org.drip.oms.unthresholded
Methods in org.drip.oms.unthresholded that return MarketOrderAON Modifier and Type Method Description static 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 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 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 Order