Package org.marketcetera.trade
Interface HasRootOrderId
-
public interface HasRootOrderIdIndicates that the implementer has a root order id value- Since:
- $Release$
- Version:
- $Id: HasOrder.java 17796 2018-11-20 18:47:57Z colin $
- Author:
- Colin DuPlantis
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description OrderIDgetRootOrderId()Get the root order id value.
-
-
-
Method Detail
-
getRootOrderId
OrderID getRootOrderId()
Get the root order id value.- Returns:
- an
OrderIDvalue
-
-