Package org.marketcetera.trade
Interface HasOrderId
-
- All Known Subinterfaces:
OutgoingOrderStatusEvent,UserTrade
public interface HasOrderIdIndicates that the implementer has anOrderID.- 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 OrderIDgetOrderId()Get the order id value.voidsetOrderId(OrderID inOrderId)Set the order id value.
-