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