All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.marketcetera.trade.HasOrderId Maven / Gradle / Ivy

The newest version!
package org.marketcetera.trade;

/* $License$ */

/**
 * Indicates that the implementer has an {@link OrderID}.
 *
 * @author Colin DuPlantis
 * @version $Id: HasOrder.java 17796 2018-11-20 18:47:57Z colin $
 * @since $Release$
 */
public interface HasOrderId
{
    /**
     * Get the order id value.
     *
     * @return an OrderID value
     */
    OrderID getOrderId();
    /**
     * Set the order id value.
     *
     * @param inOrderId an OrderID value
     */
    void setOrderId(OrderID inOrderId);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy