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 class
StopOrderAON
StopOrderAON holds the Details of a All-or-None (AON) Stop Order.class
StopOrderATC
StopOrderATC holds the Details of an At-The-Close (ATC) Stop Order.class
StopOrderATO
StopOrderATO holds the Details of a At-The-Open (ATO) Stop Order.class
StopOrderDAY
StopOrderDAY holds the Details of a DAY Stop Order.class
StopOrderDTC
StopOrderDTC holds the Details of a Day-Till-Close (DTC) Stop Order.class
StopOrderFOK
StopOrderFOK holds the Details of a Fill-Or-Kill (FOK) Stop Order.class
StopOrderGTC
StopOrderGTC holds the Details of a Good-Till-Close (GTC) Stop Order.class
StopOrderIOC
StopOrderIOC 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 StopOrder
StopOrder. Buy(OrderIssuer issuer, java.lang.String ticker, double size, TimeInForce timeInForce, OrderFillWholeSettings fillWholeSettings, DisplaySettings displaySettings, double switchPrice)
Construct an Instance of Buy Stop Orderstatic StopOrder
StopOrder. Sell(OrderIssuer issuer, java.lang.String ticker, double size, TimeInForce timeInForce, OrderFillWholeSettings fillWholeSettings, DisplaySettings displaySettings, double switchPrice)
Construct an Instance of Sell Stop Orderstatic StopOrder
StopOrder. Standard(OrderIssuer issuer, java.lang.String ticker, Side side, double size, TimeInForce timeInForce, OrderFillWholeSettings fillWholeSettings, DisplaySettings displaySettings, double switchPrice)
Construct a Standard Instance of Stop Order