Package org.marketcetera.trade.pnl
Interface HasTrade
-
public interface HasTradeIndicates a trade that took place at a particular point in time for a particular amount and price.- Since:
- $Release$
- Version:
- $Id$
- Author:
- Colin DuPlantis
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description TradegetTrade()Get the trade value.voidsetTrade(Trade inTrade)Set the trade value.
-