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