Uses of Class
org.drip.oms.thresholded.LimitOrderDTC
| Package | Description |
|---|---|
| org.drip.oms.thresholded |
Implementation of Thresholded Limit Order
|
-
Uses of LimitOrderDTC in org.drip.oms.thresholded
Methods in org.drip.oms.thresholded that return LimitOrderDTC Modifier and Type Method Description static LimitOrderDTCLimitOrderDTC. Standard(OrderIssuer issuer, java.lang.String ticker, java.lang.String parentID, Side side, double size, OrderFillWholeSettings fillWholeSettings, PegScheme pegScheme)Create a Standard Instance of Day-Till-Close (DTC) Limit Orderstatic LimitOrderDTCLimitOrderDTC. StandardBuy(OrderIssuer issuer, java.lang.String ticker, java.lang.String parentID, double size, OrderFillWholeSettings fillWholeSettings, PegScheme pegScheme)Create a Standard Instance of Buy Day-Till-Close (DTC) Limit Orderstatic LimitOrderDTCLimitOrderDTC. StandardSell(OrderIssuer issuer, java.lang.String ticker, java.lang.String parentID, double size, OrderFillWholeSettings fillWholeSettings, PegScheme pegScheme)Create a Standard Instance of Sell Day-Till-Close (DTC) Limit Order