Package org.marketcetera.trade.pnl
Interface HasLot
-
public interface HasLotIdentifies a lot used to calculate profit and loss.- Since:
- $Release$
- Version:
- $Id$
- Author:
- Colin DuPlantis
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description LotgetLot()Get the lot value.voidsetLot(Lot inLot)Set the lot value.
-