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