Package org.marketcetera.trade.pnl
Interface HasPosition
-
- All Known Subinterfaces:
Lot
public interface HasPositionDescribes position of a given instrument owned by a given user at a given point in time.- Since:
- $Release$
- Version:
- $Id$
- Author:
- Colin DuPlantis
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description PositiongetPosition()Get the position value.voidsetPosition(Position inPosition)Set the position value.
-