Package org.marketcetera.trade.pnl.event
Interface PositionChangedEvent
-
public interface PositionChangedEventIndicates that the position of an instrument has changed for a user.- 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.
-
-
-
Method Detail
-
getPosition
Position getPosition()
Get the position value.- Returns:
- a
org.marketcetera.trade.pnl.Positionvalue
-
-