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 StopOrderDTC
StopOrderDTC. Buy(OrderIssuer issuer, java.lang.String ticker, double size, OrderFillWholeSettings fillWholeSettings, double switchPrice)
Create a Standard Instance of Buy Day-Till-Close (DTC) Stop Orderstatic StopOrderDTC
StopOrderDTC. Sell(OrderIssuer issuer, java.lang.String ticker, double size, OrderFillWholeSettings fillWholeSettings, double switchPrice)
Create a Standard Instance of Sell Day-Till-Close (DTC) Stop Orderstatic StopOrderDTC
StopOrderDTC. Standard(OrderIssuer issuer, java.lang.String ticker, Side side, double size, OrderFillWholeSettings fillWholeSettings, double switchPrice)
Create a Standard Instance of Day-Till-Close (DTC) Stop Order