Uses of Class
org.drip.oms.thresholded.LimitOrderAON
| Package | Description |
|---|---|
| org.drip.oms.thresholded |
Implementation of Thresholded Limit Order
|
-
Uses of LimitOrderAON in org.drip.oms.thresholded
Methods in org.drip.oms.thresholded that return LimitOrderAON Modifier and Type Method Description static 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 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 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 Order