Package org.marketcetera.trade.pnl
Interface TradeFactory
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Tradecreate()Create a newTradeinstance.Tradecreate(Trade inTrade)Create a newTradeinstance from the given object.
-
-
-
Method Detail
-
create
Trade create()
Create a newTradeinstance.
-
-