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

org.marketcetera.trade.pnl.HasTrade Maven / Gradle / Ivy

The newest version!
//
// this file is automatically generated
//
package org.marketcetera.trade.pnl;

/* $License$ */

/**
 * Indicates a trade that took place at a particular point in time for a particular amount and price.
 *
 * @author Colin DuPlantis
 * @version $Id$
 * @since $Release$
 */
public interface HasTrade
{
    /**
     * Get the trade value.
     *
     * @return a Trade value
     */
    Trade getTrade();
    /**
     * Set the trade value.
     *
     * @param inTrade a Trade value
     */
    void setTrade(Trade inTrade);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy