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 LimitOrderAON
LimitOrderAON. Standard(OrderIssuer issuer, java.lang.String ticker, Side side, double size, TimeInForce timeInForce, int fulfillTryLimit, DisplaySettings displaySettings, PegScheme pegScheme)
Construct a Standard Instance of All-or-None (AON) Limit Orderstatic LimitOrderAON
LimitOrderAON. StandardBuy(OrderIssuer issuer, java.lang.String ticker, double size, TimeInForce timeInForce, int fulfillTryLimit, DisplaySettings displaySettings, PegScheme pegScheme)
Construct a Standard Instance of Buy All-or-None (AON) Limit Orderstatic LimitOrderAON
LimitOrderAON. StandardSell(OrderIssuer issuer, java.lang.String ticker, double size, TimeInForce timeInForce, int fulfillTryLimit, DisplaySettings displaySettings, PegScheme pegScheme)
Construct a Standard Instance of Sell All-or-None (AON) Limit Order