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