Interface HasLot


  • public interface HasLot
    Identifies a lot used to calculate profit and loss.
    Since:
    $Release$
    Version:
    $Id$
    Author:
    Colin DuPlantis
    • Method Detail

      • getLot

        Lot getLot()
        Get the lot value.
        Returns:
        a Lot value
      • setLot

        void setLot​(Lot inLot)
        Set the lot value.
        Parameters:
        inLot - a Lot value