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 LimitOrderATOLimitOrderATO. Standard(OrderIssuer issuer, java.lang.String ticker, java.lang.String parentID, Side side, double size, OrderFillWholeSettings fillWholeSettings, PegScheme pegScheme)Create a Standard Instance of At-The-Open (ATO) Limit Orderstatic LimitOrderATOLimitOrderATO. StandardBuy(OrderIssuer issuer, java.lang.String ticker, java.lang.String parentID, double size, OrderFillWholeSettings fillWholeSettings, PegScheme pegScheme)Create a Standard Instance of Buy At-The-Open (ATO) Limit Orderstatic LimitOrderATOLimitOrderATO. StandardSell(OrderIssuer issuer, java.lang.String ticker, java.lang.String parentID, double size, OrderFillWholeSettings fillWholeSettings, PegScheme pegScheme)Create a Standard Instance of Sell At-The-Open (ATO) Limit Order