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