Uses of Interface
org.marketcetera.trade.pnl.Lot
-
Packages that use Lot Package Description org.marketcetera.trade.pnl -
-
Uses of Lot in org.marketcetera.trade.pnl
Methods in org.marketcetera.trade.pnl that return Lot Modifier and Type Method Description LotLotFactory. create()Create a newLotinstance.LotLotFactory. create(Lot inLot)Create a newLotinstance from the given object.LotHasLot. getLot()Get the lot value.Methods in org.marketcetera.trade.pnl with parameters of type Lot Modifier and Type Method Description LotLotFactory. create(Lot inLot)Create a newLotinstance from the given object.voidHasLot. setLot(Lot inLot)Set the lot value.
-