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