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