Uses of Class
org.drip.oms.switchable.StopOrderAON
Package | Description |
---|---|
org.drip.oms.switchable |
Implementation of Switchable Stop Order
|
-
Uses of StopOrderAON in org.drip.oms.switchable
Methods in org.drip.oms.switchable that return StopOrderAON Modifier and Type Method Description static StopOrderAON
StopOrderAON. Buy(OrderIssuer issuer, java.lang.String ticker, double size, TimeInForce timeInForce, int fulfillTryLimit, DisplaySettings displaySettings, double switchPrice)
Construct a Standard Instance of Buy All-or-None (AON) Stop Orderstatic StopOrderAON
StopOrderAON. Sell(OrderIssuer issuer, java.lang.String ticker, double size, TimeInForce timeInForce, int fulfillTryLimit, DisplaySettings displaySettings, double switchPrice)
Construct a Standard Instance of Sell All-or-None (AON) Stop Orderstatic StopOrderAON
StopOrderAON. Standard(OrderIssuer issuer, java.lang.String ticker, Side side, double size, TimeInForce timeInForce, int fulfillTryLimit, DisplaySettings displaySettings, double switchPrice)
Construct a Standard Instance of All-or-None (AON) Stop Order