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