Uses of Class
org.drip.oms.switchable.StopOrderFOK
| Package | Description |
|---|---|
| org.drip.oms.switchable |
Implementation of Switchable Stop Order
|
-
Uses of StopOrderFOK in org.drip.oms.switchable
Methods in org.drip.oms.switchable that return StopOrderFOK Modifier and Type Method Description static StopOrderFOKStopOrderFOK. Buy(OrderIssuer issuer, java.lang.String ticker, java.lang.String parentID, double size, TimeInForce timeInForce, double switchPrice)Construct a Standard Instance of Buy Fill-Or-Kill (FOK) Stop Orderstatic StopOrderFOKStopOrderFOK. Sell(OrderIssuer issuer, java.lang.String ticker, java.lang.String parentID, double size, TimeInForce timeInForce, double switchPrice)Construct a Standard Instance of Sell Fill-Or-Kill (FOK) Stop Orderstatic StopOrderFOKStopOrderFOK. Standard(OrderIssuer issuer, java.lang.String ticker, java.lang.String parentID, Side side, double size, TimeInForce timeInForce, double switchPrice)Construct a Standard Instance of Buy Fill-Or-Kill (FOK) Stop Order