Interface HasPosition

  • All Known Subinterfaces:
    Lot

    public interface HasPosition
    Describes position of a given instrument owned by a given user at a given point in time.
    Since:
    $Release$
    Version:
    $Id$
    Author:
    Colin DuPlantis
    • Method Detail

      • getPosition

        Position getPosition()
        Get the position value.
        Returns:
        a Position value
      • setPosition

        void setPosition​(Position inPosition)
        Set the position value.
        Parameters:
        inPosition - a Position value