Package org.marketcetera.trade
Interface HasSide
-
- All Known Subinterfaces:
AverageFillPrice
public interface HasSideIndicates that the implementor has aSidevalue.- Since:
- $Release$
- Version:
- $Id$
- Author:
- Colin DuPlantis
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description SidegetSide()Get the side value.
-
-
-
Method Detail
-
getSide
Side getSide()
Get the side value.- Returns:
- a
Sidevalue
-
-