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