Uses of Class
org.drip.oms.transaction.Trade
| Package | Description |
|---|---|
| org.drip.execution.cost |
Linear Temporary Market Impact Cost
|
| org.drip.oms.exchange |
Implementation of Venue Order Handling
|
| org.drip.oms.transaction |
Order Specification and Session Metrics
|
-
Uses of Trade in org.drip.execution.cost
Methods in org.drip.execution.cost that return Trade Modifier and Type Method Description TradeImplementationShortfall. trade()Retrieve the Trade InstanceConstructors in org.drip.execution.cost with parameters of type Trade Constructor Description ImplementationShortfall(Trade trade, double decisionPrice, double explicitCosts)ImplementationShortfall Constructor -
Uses of Trade in org.drip.oms.exchange
Methods in org.drip.oms.exchange that return types with arguments of type Trade Modifier and Type Method Description java.util.List<Trade>TradesWindow. sessionTradeList()Retrieve the List of Session TradesMethods in org.drip.oms.exchange with parameters of type Trade Modifier and Type Method Description booleanTradesWindow. addTrade(Trade trade)Add a Trade to the Session -
Uses of Trade in org.drip.oms.transaction
Methods in org.drip.oms.transaction that return Trade Modifier and Type Method Description static TradeTrade. Standard(java.lang.String ticker, double price, double size, Side side)Construct a Standard Trade Instance