Uses of Interface
org.marketcetera.trade.pnl.Trade
-
Packages that use Trade Package Description org.marketcetera.trade.pnl -
-
Uses of Trade in org.marketcetera.trade.pnl
Methods in org.marketcetera.trade.pnl that return Trade Modifier and Type Method Description TradeTradeFactory. create()Create a newTradeinstance.TradeTradeFactory. create(Trade inTrade)Create a newTradeinstance from the given object.TradeHasTrade. getTrade()Get the trade value.Methods in org.marketcetera.trade.pnl with parameters of type Trade Modifier and Type Method Description TradeTradeFactory. create(Trade inTrade)Create a newTradeinstance from the given object.voidHasTrade. setTrade(Trade inTrade)Set the trade value.
-