Uses of Class
org.drip.oms.switchable.StopOrderATO
Package | Description |
---|---|
org.drip.oms.switchable |
Implementation of Switchable Stop Order
|
-
Uses of StopOrderATO in org.drip.oms.switchable
Methods in org.drip.oms.switchable that return StopOrderATO Modifier and Type Method Description static StopOrderATO
StopOrderATO. Standard(OrderIssuer issuer, java.lang.String ticker, Side side, double size, OrderFillWholeSettings fillWholeSettings, DisplaySettings displaySettings, double switchPrice)
Create a Standard Instance of At-The-Open (ATO) Stop Orderstatic StopOrderATO
StopOrderATO. StandardBuy(OrderIssuer issuer, java.lang.String ticker, double size, OrderFillWholeSettings fillWholeSettings, DisplaySettings displaySettings, double switchPrice)
Create a Standard Instance of Buy At-The-Open (ATO) Stop Orderstatic StopOrderATO
StopOrderATO. StandardSell(OrderIssuer issuer, java.lang.String ticker, double size, OrderFillWholeSettings fillWholeSettings, DisplaySettings displaySettings, double switchPrice)
Create a Standard Instance of Sell At-The-Open (ATO) Stop Order