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