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 LimitOrderDTC
LimitOrderDTC. Standard(OrderIssuer issuer, java.lang.String ticker, Side side, double size, OrderFillWholeSettings fillWholeSettings, DisplaySettings displaySettings, PegScheme pegScheme)
Create a Standard Instance of Day-Till-Close (DTC) Limit Orderstatic LimitOrderDTC
LimitOrderDTC. StandardBuy(OrderIssuer issuer, java.lang.String ticker, double size, OrderFillWholeSettings fillWholeSettings, DisplaySettings displaySettings, PegScheme pegScheme)
Create a Standard Instance of Buy Day-Till-Close (DTC) Limit Orderstatic LimitOrderDTC
LimitOrderDTC. StandardSell(OrderIssuer issuer, java.lang.String ticker, double size, OrderFillWholeSettings fillWholeSettings, DisplaySettings displaySettings, PegScheme pegScheme)
Create a Standard Instance of Sell Day-Till-Close (DTC) Limit Order