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 StopOrderATOStopOrderATO. Standard(OrderIssuer issuer, java.lang.String ticker, java.lang.String parentID, Side side, double size, OrderFillWholeSettings fillWholeSettings, double switchPrice)Create a Standard Instance of At-The-Open (ATO) Stop Orderstatic StopOrderATOStopOrderATO. StandardBuy(OrderIssuer issuer, java.lang.String ticker, java.lang.String parentID, double size, OrderFillWholeSettings fillWholeSettings, double switchPrice)Create a Standard Instance of Buy At-The-Open (ATO) Stop Orderstatic StopOrderATOStopOrderATO. StandardSell(OrderIssuer issuer, java.lang.String ticker, java.lang.String parentID, double size, OrderFillWholeSettings fillWholeSettings, double switchPrice)Create a Standard Instance of Sell At-The-Open (ATO) Stop Order