Package org.marketcetera.trade.pnl
Interface LotFactory
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Lotcreate()Create a newLotinstance.Lotcreate(Lot inLot)Create a newLotinstance from the given object.
-
-
-
Method Detail
-
create
Lot create()
Create a newLotinstance.
-
-