Uses of Class
org.drip.oms.switchable.StopOrder
| Package | Description |
|---|---|
| org.drip.oms.switchable |
Implementation of Switchable Stop Order
|
-
Uses of StopOrder in org.drip.oms.switchable
Subclasses of StopOrder in org.drip.oms.switchable Modifier and Type Class Description classStopOrderAONStopOrderAON holds the Details of a All-or-None (AON) Stop Order.classStopOrderATCStopOrderATC holds the Details of an At-The-Close (ATC) Stop Order.classStopOrderATOStopOrderATO holds the Details of a At-The-Open (ATO) Stop Order.classStopOrderDAYStopOrderDAY holds the Details of a DAY Stop Order.classStopOrderDTCStopOrderDTC holds the Details of a Day-Till-Close (DTC) Stop Order.classStopOrderFOKStopOrderFOK holds the Details of a Fill-Or-Kill (FOK) Stop Order.classStopOrderGTCStopOrderGTC holds the Details of a Good-Till-Close (GTC) Stop Order.classStopOrderIOCStopOrderIOC holds the Details of a Immediate-Or-Cancel (IOC) Stop Order.Methods in org.drip.oms.switchable that return StopOrder Modifier and Type Method Description static StopOrderStopOrder. Buy(OrderIssuer issuer, java.lang.String ticker, java.lang.String parentID, double size, TimeInForce timeInForce, OrderFillWholeSettings fillWholeSettings, double switchPrice)Construct an Instance of Buy Stop Orderstatic StopOrderStopOrder. Sell(OrderIssuer issuer, java.lang.String ticker, java.lang.String parentID, double size, TimeInForce timeInForce, OrderFillWholeSettings fillWholeSettings, double switchPrice)Construct an Instance of Sell Stop Orderstatic StopOrderStopOrder. Standard(OrderIssuer issuer, java.lang.String ticker, java.lang.String parentID, Side side, double size, TimeInForce timeInForce, OrderFillWholeSettings fillWholeSettings, double switchPrice)Construct a Standard Instance of Stop Order