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