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 StopOrderFOK
StopOrderFOK. Buy(OrderIssuer issuer, java.lang.String ticker, double size, TimeInForce timeInForce, DisplaySettings displaySettings, double switchPrice)
Construct a Standard Instance of Buy Fill-Or-Kill (FOK) Stop Orderstatic StopOrderFOK
StopOrderFOK. Sell(OrderIssuer issuer, java.lang.String ticker, double size, TimeInForce timeInForce, DisplaySettings displaySettings, double switchPrice)
Construct a Standard Instance of Sell Fill-Or-Kill (FOK) Stop Orderstatic StopOrderFOK
StopOrderFOK. Standard(OrderIssuer issuer, java.lang.String ticker, Side side, double size, TimeInForce timeInForce, DisplaySettings displaySettings, double switchPrice)
Construct a Standard Instance of Buy Fill-Or-Kill (FOK) Stop Order